I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 0b7b9477 authored by zzz's avatar zzz
Browse files

increase flush interval

parent 147e257c
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ import java.util.Queue;
class LogWriter implements Runnable {
/** every 10 seconds? why? Just have the gui force a reread after a change?? */
private final static long CONFIG_READ_INTERVAL = 50 * 1000;
private final static long FLUSH_INTERVAL = 9 * 1000;
private final static long FLUSH_INTERVAL = 29 * 1000;
private long _lastReadConfig;
private long _numBytesInCurrentFile;
// volatile as it changes on log file rotation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment