Port default configuration values

This commit is contained in:
Max Dor
2018-12-25 20:25:56 +01:00
parent 05493da27c
commit d160a44509
22 changed files with 297 additions and 444 deletions

View File

@@ -32,8 +32,8 @@ public class InvitationConfig {
public static class Resolution {
private boolean recursive;
private long timer;
private boolean recursive = true;
private long timer = 1;
public boolean isRecursive() {
return recursive;