Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iambriccardo committed Sep 20, 2024
1 parent 1a21ad5 commit ec09ca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions relay-server/src/services/project_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1326,6 +1326,7 @@ pub struct ProjectCacheService {
memory_checker: MemoryChecker,
services: Services,
global_config_rx: watch::Receiver<global_config::Status>,
/// Bounded channel used exclusively to receive envelopes from the envelope buffer.
envelopes_rx: mpsc::Receiver<DequeuedEnvelope>,
redis: Option<RedisPool>,
}
Expand Down

0 comments on commit ec09ca1

Please sign in to comment.