reduce the render cache clear timeout ms 1000 -> 400

This commit is contained in:
James Seibel
2023-06-13 20:05:08 -05:00
parent d99d34683c
commit 2ab16b1fe5
@@ -24,7 +24,7 @@ public class RenderCacheConfigEventHandler implements IConfigListener
private EHorizontalResolution previousHorizontalResolution = null;
/** how long to wait in milliseconds before applying the config changes */
private static final long TIMEOUT_IN_MS = 1000L;
private static final long TIMEOUT_IN_MS = 400L;
private Timer cacheClearingTimer;