ソースを参照

Idle time = 58 minutes not 1 hour.

I forgot to save before I commited earlier!
Issue 490


git-svn-id: http://svn.dmdirc.com/trunk@4092 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16年前
コミット
8db64f8c6a
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/com/dmdirc/addons/logging/LoggingPlugin.java

+ 1
- 1
src/com/dmdirc/addons/logging/LoggingPlugin.java ファイルの表示

@@ -174,7 +174,7 @@ public final class LoggingPlugin extends Plugin implements ActionListener {
174 174
 	 */
175 175
 	private void timerTask() {
176 176
 		// Oldest time to allow
177
-		final long oldestTime = System.currentTimeMillis() - 3600000;
177
+		final long oldestTime = System.currentTimeMillis() - 3480000;
178 178
 		
179 179
 		synchronized (openFiles) {
180 180
 			for (String filename : (new Hashtable<String, OpenFile>(openFiles)).keySet()) {

読み込み中…
キャンセル
保存