ivnban27-ctl commited on
Commit
bdb8652
·
verified ·
1 Parent(s): 35fb411

expanding total number of messages

Browse files
Files changed (1) hide show
  1. app_config.py +1 -1
app_config.py CHANGED
@@ -59,5 +59,5 @@ DB_CPC = "cpc_comparison"
59
  DB_BP = "bad_practices_comparison"
60
  DB_TA = "convo_scoring_comparison"
61
 
62
- MAX_MSG_COUNT = 60
63
  WARN_MSG_COUT = int(MAX_MSG_COUNT*0.8)
 
59
  DB_BP = "bad_practices_comparison"
60
  DB_TA = "convo_scoring_comparison"
61
 
62
+ MAX_MSG_COUNT = 80
63
  WARN_MSG_COUT = int(MAX_MSG_COUNT*0.8)