Skip to content

Commit

Permalink
feat: Enable shared cache for proguard
Browse files Browse the repository at this point in the history
There wasn't much point sharing proguard files via
the shared cache because we were downloading them
exclusively from Sentry anyway. But now we don't use
actual proguard files anymore, we compute cache files
from them and use those. So it makes sense to share
the cache files between Symbolicators.
  • Loading branch information
loewenheim committed Jul 4, 2024
1 parent bede054 commit 42867f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/symbolicator-proguard/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@ impl CacheItemRequest for FetchProguard {
}

fn use_shared_cache(&self) -> bool {
false
true
}
}

0 comments on commit 42867f1

Please sign in to comment.