Skip to content

Commit

Permalink
FIx
Browse files Browse the repository at this point in the history
  • Loading branch information
iambriccardo committed Sep 19, 2024
1 parent 7e5bdec commit d1619cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions relay-server/src/services/buffer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,12 @@ impl EnvelopeBufferService {
.send(UpdateProject(sampling_key));
}
}

// Deprioritize the stack to prevent head-of-line blocking and update the next fetch
// time.
buffer.mark_seen(&stack_key, DEFAULT_SLEEP);
}

// Deprioritize the stack to prevent head-of-line blocking and update the next fetch
// time.
buffer.mark_seen(&stack_key, DEFAULT_SLEEP);
self.sleep = DEFAULT_SLEEP;
}
}
Expand Down

0 comments on commit d1619cf

Please sign in to comment.