Spaces:
Build error
Build error
freemt
commited on
Commit
•
a71af82
1
Parent(s):
9704b62
Update relex slow-track to 2000 lines
Browse files- radiobee/gradiobee.py +1 -1
radiobee/gradiobee.py
CHANGED
@@ -201,7 +201,7 @@ def gradiobee(
|
|
201 |
return error_msg(exc)
|
202 |
# slow track
|
203 |
else:
|
204 |
-
if len(list1) + len(list2) >
|
205 |
msg = (
|
206 |
"This will take too long (> 2 minutes) to complete "
|
207 |
"and will hog this experimental server and hinder "
|
|
|
201 |
return error_msg(exc)
|
202 |
# slow track
|
203 |
else:
|
204 |
+
if len(list1) + len(list2) > 2000:
|
205 |
msg = (
|
206 |
"This will take too long (> 2 minutes) to complete "
|
207 |
"and will hog this experimental server and hinder "
|