mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Change default queue mode to Notify to sort of mitigate #84
This commit is contained in:
@@ -118,7 +118,7 @@ fn default_server_conf() -> ServerSettings {
|
|||||||
ServerSettings {
|
ServerSettings {
|
||||||
database: default_db_conn(),
|
database: default_db_conn(),
|
||||||
auto_signup: false,
|
auto_signup: false,
|
||||||
queue_mode: QueueMode::Upgrade,
|
queue_mode: QueueMode::Notify,
|
||||||
cdn_url: default_cdn_root_url(),
|
cdn_url: default_cdn_root_url(),
|
||||||
auth_url: default_auth_root_url(),
|
auth_url: default_auth_root_url(),
|
||||||
intercom_url: default_intercom_root_url(),
|
intercom_url: default_intercom_root_url(),
|
||||||
|
|||||||
Reference in New Issue
Block a user