Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
pminervini
commited on
Commit
•
fa67b2a
1
Parent(s):
8812eb2
update
Browse files- backend-cli.py +1 -1
backend-cli.py
CHANGED
@@ -276,7 +276,7 @@ if __name__ == "__main__":
|
|
276 |
|
277 |
res = False
|
278 |
|
279 |
-
if random.randint(0,
|
280 |
res = process_pending_requests()
|
281 |
time.sleep(60)
|
282 |
|
|
|
276 |
|
277 |
res = False
|
278 |
|
279 |
+
if random.randint(0, 10) == 0:
|
280 |
res = process_pending_requests()
|
281 |
time.sleep(60)
|
282 |
|