This commit is contained in:
Hydrus Network Developer 2022-11-30 16:17:02 -06:00
parent 6d16ec02ce
commit 5acdcc8af0
1 changed files with 0 additions and 4 deletions

View File

@ -1298,10 +1298,6 @@ class ServiceRestricted( ServiceRemote ):
with self._lock:
if isinstance( e, HydrusExceptions.NotFoundException ):
self._DelayFutureRequests( 'got an unexpected 404', SHORT_DELAY_PERIOD )
if isinstance( e, HydrusExceptions.ServerBusyException ):
self._DelayFutureRequests( 'server was busy', 5 * 60 )