diff options
Diffstat (limited to 'lib/client_options.ml')
| -rw-r--r-- | lib/client_options.ml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/client_options.ml b/lib/client_options.ml index 0571fea..6a0d261 100644 --- a/lib/client_options.ml +++ b/lib/client_options.ml @@ -1 +1,3 @@ -let token = ref ""
\ No newline at end of file +let token = ref "" +let large_threshold = ref 250 +let compress = ref false
\ No newline at end of file |