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