Port default configuration values
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user