disable async media
This commit is contained in:
parent
f0e930013b
commit
cb06563158
5 changed files with 4 additions and 8 deletions
|
@ -10,7 +10,6 @@
|
|||
homeserver = {
|
||||
address = "https://matrix.chir.rs";
|
||||
domain = "chir.rs";
|
||||
async_media = true;
|
||||
};
|
||||
appservice = {
|
||||
database = {
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
address = "https://matrix.chir.rs";
|
||||
domain = "chir.rs";
|
||||
http_retry_count = 1000;
|
||||
async_media = true;
|
||||
};
|
||||
appservice = {
|
||||
max_body_size = 10;
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
address = "https://matrix.chir.rs";
|
||||
domain = "chir.rs";
|
||||
http_retry_count = 1000;
|
||||
async_media = true;
|
||||
};
|
||||
appservice = {
|
||||
address = "http://localhost:29317";
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
homeserver = {
|
||||
address = "https://matrix.chir.rs";
|
||||
domain = "chir.rs";
|
||||
async_media = true;
|
||||
};
|
||||
appservice = {
|
||||
database = {
|
||||
|
|
|
@ -1272,11 +1272,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1681934253,
|
||||
"narHash": "sha256-dpTxpq1oLDsOJQFk6Tr+J0m/w4iydQ/kOauKRyjEhz4=",
|
||||
"lastModified": 1681965040,
|
||||
"narHash": "sha256-TSzObRTfUstsWsrSDOdP3cZU3JbNhkK0fbi7lbN49Yc=",
|
||||
"ref": "main",
|
||||
"rev": "c4ed4a3ca1289d341c63f8e09cd0a52a67c97fa2",
|
||||
"revCount": 696,
|
||||
"rev": "be13860fa5634f11e59f3fa9c5bd8c1d4a763e6e",
|
||||
"revCount": 698,
|
||||
"type": "git",
|
||||
"url": "https://git.chir.rs/darkkirb/nix-packages.git"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue