Lowered request delay

This commit is contained in:
Eduard Urbach 2017-11-16 19:53:33 +01:00
parent 3d53dc7cb4
commit 9a520bc978

View File

@ -51,7 +51,7 @@ func fetchCharacter(malCharacterID string) {
return
}
time.Sleep(time.Second)
time.Sleep(500 * time.Millisecond)
character, err := jikan.GetCharacter(malCharacterID)
if err == nil {