formatting
This commit is contained in:
parent
626b736626
commit
590d92d191
14
flake.nix
14
flake.nix
@ -174,13 +174,13 @@
|
||||
port = 1234;
|
||||
|
||||
settings = {
|
||||
"keys" = ["one" "two" "three"];
|
||||
"max-size" = "1GB";
|
||||
"max-data" = "100GB";
|
||||
"buffer-size" = "12MiB";
|
||||
"database" = "/root/testdata_state.json";
|
||||
"database-update-interval" = 5.0;
|
||||
"log" = "/root/log.jsonl";
|
||||
keys = ["one" "two" "three"];
|
||||
max-size = "1GB";
|
||||
max-data = "100GB";
|
||||
buffer-size = "12MiB";
|
||||
database = "/root/testdata_state.json";
|
||||
database-update-interval = 5.0;
|
||||
log = "/root/log.jsonl";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user