diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/butler.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/butler.json b/config/butler.json index ab19a17..e238779 100644 --- a/config/butler.json +++ b/config/butler.json @@ -1,5 +1,6 @@ { "cutoff_point": 32, "cutoff_rate": 0.1, - "opponent_factor": 0.5 + "opponent_factor": 0.5, + "segments_in_table_limit": 10 } |