You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spawned thread then creates a new tokio::runtime::Runtime, which is unnecessary because you're already inside a Tokio async runtime (via #[tokio::main]).
The spawned thread then creates a new tokio::runtime::Runtime, which is unnecessary because you're already inside a Tokio async runtime (via #[tokio::main]).
Changes should be applied to the following:
fossil-headers-db/src/indexer/main.rs
Line 72 in d9001f9
fossil-headers-db/src/indexer/main.rs
Line 98 in d9001f9
fossil-headers-db/src/indexer/main.rs
Line 122 in d9001f9
The text was updated successfully, but these errors were encountered: