mirror of
https://git.asonix.dog/asonix/relay.git
synced 2025-05-28 12:38:04 +00:00
Bump job concurrency
This commit is contained in:
parent
be07ee0177
commit
812de59348
|
@ -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 New Issue
Block a user