fix: attempt to stop spamming websocket
socket needs major fixes because of weird tokio stuff
This commit is contained in:
parent
93c4093620
commit
3a12c0ee6c
3 changed files with 41 additions and 21 deletions
|
@ -34,7 +34,7 @@ fn check_supporter(value: &Value, _: &HashMap<String, Value>) -> tera::Result<Va
|
|||
.into())
|
||||
}
|
||||
|
||||
#[tokio::main(flavor = "multi_thread", worker_threads = 16)]
|
||||
#[tokio::main(flavor = "multi_thread")]
|
||||
async fn main() {
|
||||
tracing_subscriber::fmt()
|
||||
.with_target(false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue