We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74a0705 + cdf2b96 commit 4af2f12Copy full SHA for 4af2f12
lib/propshaft/server.rb
@@ -47,6 +47,8 @@ def extract_path_and_digest(env)
47
end
48
49
def execute_cache_sweeper_if_updated
50
- @assembly.load_path.cache_sweeper.execute_if_updated
+ if @assembly.config.sweep_cache
51
+ @assembly.load_path.cache_sweeper.execute_if_updated
52
+ end
53
54
0 commit comments