alter c10y cache settings
This commit is contained in:
parent
136e3409d9
commit
81aa375f4e
2 changed files with 9 additions and 5 deletions
|
|
@ -11,7 +11,11 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
domain = "federated.nexus";
|
domain = "federated.nexus";
|
||||||
settings = {
|
settings = {
|
||||||
cache_capacity_modifier = 2;
|
cache_capacity_modifier = 1.5;
|
||||||
|
|
||||||
|
db_cache_capacity_mb = 2048;
|
||||||
|
db_write_buffer_capacity_mb = 256;
|
||||||
|
|
||||||
admins_list = [
|
admins_list = [
|
||||||
"@nexusbot:federated.nexus"
|
"@nexusbot:federated.nexus"
|
||||||
"@quadradical:federated.nexus"
|
"@quadradical:federated.nexus"
|
||||||
|
|
|
||||||
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -379,11 +379,11 @@
|
||||||
"treefmt-nix": "treefmt-nix"
|
"treefmt-nix": "treefmt-nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1785432827,
|
"lastModified": 1785435053,
|
||||||
"narHash": "sha256-YDSNdqtY0hEAGg1CVZAAh8UvMfBKXAxQ61XQGbb4IiM=",
|
"narHash": "sha256-23mosR8fKYsoB0z89sLEpt51qmS8kw/UrA8kVFlmLsQ=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "14ff018b9f7386f8c5f433c0f1d7a31bf9b11445",
|
"rev": "3f69334f9af2b09ae2ad786e16ccf7a5d4a5924f",
|
||||||
"revCount": 7455,
|
"revCount": 7458,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://forgejo.ellis.link/continuwuation/continuwuity"
|
"url": "https://forgejo.ellis.link/continuwuation/continuwuity"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue