mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
udp: check whether to clean scrape response slab less often
This commit is contained in:
parent
70414ee736
commit
256975a43c
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ pub fn run_socket_worker(
|
|||
);
|
||||
|
||||
// Run periodic ValidUntil updates and state cleaning
|
||||
if iter_counter % 128 == 0 {
|
||||
if iter_counter % 256 == 0 {
|
||||
let now = Instant::now();
|
||||
|
||||
pending_scrape_valid_until =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue