reduce sleep time between jobs
This commit is contained in:
parent
343ae756fa
commit
701bf0a6cd
1 changed files with 1 additions and 1 deletions
|
@ -1427,7 +1427,7 @@ def run_horde_worker(args, api_key, worker_name):
|
|||
print(f'\nSubmitted generation to {cluster} with id {current_id} and contributed for {reply["reward"]}')
|
||||
current_id = None
|
||||
current_payload = None
|
||||
time.sleep(5)
|
||||
time.sleep(1)
|
||||
if exitcounter<100:
|
||||
print("Horde Worker Shutdown - Too many errors.")
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue