diff options
| author | 2020-02-19 09:26:42 -0800 | |
|---|---|---|
| committer | 2020-02-19 09:52:52 -0800 | |
| commit | e5a7af3811f7f2687026254f44194b3a16459ca2 (patch) | |
| tree | b9df84fc889fdc12844828d5291752dc3dfb5847 /config-default.yml | |
| parent | Tests: fix unawaited error for MockAPIClient (diff) | |
Sync: add confirmation timeout and max diff to config
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 74dcc1862..0ebdc4080 100644 --- a/config-default.yml +++ b/config-default.yml @@ -430,6 +430,10 @@ redirect_output: delete_invocation: true delete_delay: 15 +sync: + confirm_timeout: 300 + max_diff: 10 + duck_pond: threshold: 5 custom_emojis: [*DUCKY_YELLOW, *DUCKY_BLURPLE, *DUCKY_CAMO, *DUCKY_DEVIL, *DUCKY_NINJA, *DUCKY_REGAL, *DUCKY_TUBE, *DUCKY_HUNT, *DUCKY_WIZARD, *DUCKY_PARTY, *DUCKY_ANGEL, *DUCKY_MAUL, *DUCKY_SANTA] |