Lowered request delay
This commit is contained in:
parent
3d53dc7cb4
commit
9a520bc978
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user