pminervini commited on
Commit
05f96f5
1 Parent(s): 0f6a779
Files changed (1) hide show
  1. backend-cli.py +1 -1
backend-cli.py CHANGED
@@ -190,7 +190,7 @@ if __name__ == "__main__":
190
  import socket
191
  if socket.gethostname() not in {'hamburg'}:
192
  import time
193
- time.sleep(60 * random.randint(5, 15))
194
 
195
  # res = False
196
  res = process_pending_requests()
 
190
  import socket
191
  if socket.gethostname() not in {'hamburg'}:
192
  import time
193
+ time.sleep(60 * random.randint(3, 10))
194
 
195
  # res = False
196
  res = process_pending_requests()