Clear caches on initial restart
Tweak `Restarter` to clear caches on the initial restart. See gh-3082
This commit is contained in:
@@ -157,6 +157,7 @@ public class Restarter {
|
||||
@Override
|
||||
public Void call() throws Exception {
|
||||
start();
|
||||
cleanupCaches();
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user