Skip to content

Commit

Permalink
Reduce timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Sep 9, 2024
1 parent 81ba2e9 commit 6b62a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adnl/adnl-ext-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void AdnlExtServerImpl::add_local_id(AdnlNodeIdShort id) {
}

void AdnlExtServerImpl::alarm() {
alarm_timestamp() = td::Timestamp::in(10);
alarm_timestamp() = td::Timestamp::in(1);
ip_connection_count_.clear();
}

Expand Down

0 comments on commit 6b62a69

Please sign in to comment.