addin ssh key

This commit is contained in:
2023-11-22 12:02:55 +00:00
parent 12beef0509
commit 3060aa627a
2 changed files with 2 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ in {
}; };
performance = { performance = {
raft_multiplier = 5; raft_multiplier = 7;
}; };
recursors = [ recursors = [
"192.168.1.1" "192.168.1.1"

View File

@@ -30,6 +30,7 @@
deployment_gc_threshold = "1h"; deployment_gc_threshold = "1h";
encrypt = ""; encrypt = "";
raft_protocol = 3; raft_protocol = 3;
raft_multiplier = 5;
}; };
client = { client = {