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