freemt commited on
Commit
a71af82
1 Parent(s): 9704b62

Update relex slow-track to 2000 lines

Browse files
Files changed (1) hide show
  1. 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) > 200:
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 "