removed sleep, rl is in effect anyway

This commit is contained in:
2021-10-21 18:04:44 +02:00
parent dc3fa96550
commit 1a1c375eeb
2 changed files with 0 additions and 2 deletions

View File

@@ -21,7 +21,6 @@ import (
"time" "time"
) )
//goland:noinspection SpellCheckingInspection
const ( const (
APPID = 730 APPID = 730
) )

View File

@@ -301,7 +301,6 @@ func GetNewShareCodesForPlayer(player *ent.Player, lock *sync.RWMutex, apiKey st
if err != nil { if err != nil {
return nil, err return nil, err
} }
time.Sleep(time.Second)
} }
lock.Lock() lock.Lock()