Spaces:
Running
Running
Update app.py
Browse files
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 *
|
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 |
|