decrease sleep time

This commit is contained in:
Aliberk Sandıkçı 2023-07-31 06:04:58 +03:00
parent c544c6e3fa
commit f5d196a1a7
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ func main() {
for true {
Info()
time.Sleep(1000 * time.Second)
time.Sleep(10 * time.Second)
}
}