reedmayhew commited on
Commit
cd60f6d
·
verified ·
1 Parent(s): beeee52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ replacements = [
56
  # Calculate the maximum length of any phrase.
57
  max_phrase_length = max(len(phrase) for phrase, _ in replacements)
58
 
59
- MIN_FLUSH_SIZE = max(50, max_phrase_length * 4)
60
 
61
  print(MIN_FLUSH_SIZE)
62
 
 
56
  # Calculate the maximum length of any phrase.
57
  max_phrase_length = max(len(phrase) for phrase, _ in replacements)
58
 
59
+ MIN_FLUSH_SIZE = max(50, max_phrase_length * 2)
60
 
61
  print(MIN_FLUSH_SIZE)
62