Skip to content

Commit

Permalink
More workers for nip05 fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
dcadenas committed Aug 15, 2024
1 parent fe17cae commit c6352a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ relay: wss://relay.nos.social
event_channel_size: 100
event_workers: 2
follow_change_channel_size: 10000
follow_change_workers: 5
follow_change_workers: 50
worker_timeout_secs: 10
1 change: 0 additions & 1 deletion src/relay_subscriber.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use crate::send_with_checks::SendWithChecks;
use anyhow::{bail, Result};
use futures::future::join_all;
use nostr_sdk::prelude::*;
use signal::unix::{signal, SignalKind};
use std::time::Duration;
Expand Down

0 comments on commit c6352a2

Please sign in to comment.