made max diff size configurable

This commit is contained in:
Brian Coca 2016-02-10 11:23:49 -05:00
commit c24249c57d
3 changed files with 8 additions and 3 deletions

View file

@ -198,6 +198,10 @@
# is used. This value must be an integer from 0 to 9.
#var_compression_level = 9
# This controls the cutoff point (in bytes) on --diff for files
# set to 0 for unlimited (RAM may suffer!).
#max_diff_size = 1048576
[privilege_escalation]
#become=True
#become_method=sudo