ivnban27-ctl commited on
Commit
62de720
1 Parent(s): 5b74371

max messages updated

Browse files
Files changed (1) hide show
  1. app_config.py +1 -1
app_config.py CHANGED
@@ -37,5 +37,5 @@ DB_COMPLETIONS = 'comparison_completions'
37
  DB_BATTLES = 'battles'
38
  DB_ERRORS = 'completion_errors'
39
 
40
- MAX_MSG_COUNT = 10
41
  WARN_MSG_COUT = int(MAX_MSG_COUNT*0.8)
 
37
  DB_BATTLES = 'battles'
38
  DB_ERRORS = 'completion_errors'
39
 
40
+ MAX_MSG_COUNT = 60
41
  WARN_MSG_COUT = int(MAX_MSG_COUNT*0.8)