mirror of https://github.com/statping/statping
aws translate timeout
parent
a7eb7a96e1
commit
8f303b9577
|
@ -8,7 +8,6 @@ import (
|
|||
"github.com/statping/statping/utils"
|
||||
"net/http"
|
||||
"net/http/pprof"
|
||||
"time"
|
||||
|
||||
_ "github.com/statping/statping/types/metrics"
|
||||
)
|
||||
|
|
|
@ -78,7 +78,7 @@ func main() {
|
|||
fmt.Printf("%s | English: %s | French: %s | German: %s | Russian: %s\n", translated.Key, translated.En, translated.Fr, translated.De, translated.Ru)
|
||||
line++
|
||||
|
||||
time.Sleep(1 * time.Second)
|
||||
time.Sleep(250 * time.Millisecond)
|
||||
}
|
||||
|
||||
//CreateGo(translations)
|
||||
|
|
Loading…
Reference in New Issue