mirror of
https://git.asonix.dog/asonix/relay.git
synced 2025-04-16 13:14:05 +00:00
Bump job concurrency
This commit is contained in:
parent
be07ee0177
commit
812de59348
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ pub fn create_workers(
|
|||
.register::<apub::Forward>()
|
||||
.register::<apub::Reject>()
|
||||
.register::<apub::Undo>()
|
||||
.set_worker_count("default", 4)
|
||||
.set_worker_count("default", 16)
|
||||
.start(remote_handle);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue