don't
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(knot): use single-threaded tokio runtime

Signed-off-by: tjh <did:plc:65gha4t3avpfpzmvpbwovss7>

+1 -1
+1 -1
crates/knot/src/main.rs
··· 40 40 let arguments = cli::parse(); 41 41 tracing::debug!(?arguments); 42 42 43 - Builder::new_multi_thread() 43 + Builder::new_current_thread() 44 44 .enable_all() 45 45 .build() 46 46 .expect("Failed to build runtime")