reduce ColumnRenderSource timeout 10 -> 2 sec

This commit is contained in:
James Seibel
2023-05-06 08:35:27 -05:00
parent 2cb044f4b5
commit de6c8af95f
@@ -65,8 +65,8 @@ public class ColumnRenderSource
//FIXME: Temp Hack to prevent swapping buffers too quickly
private long lastNs = -1;
/** 10 sec */
private static final long SWAP_TIMEOUT_IN_NS = 10_000000000L;
/** 2 sec */
private static final long SWAP_TIMEOUT_IN_NS = 2_000000000L;
/** 1 sec */
private static final long SWAP_BUSY_COLLISION_TIMEOUT_IN_NS = 1_000000000L;