Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
8db64f8c6a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/com/dmdirc/addons/logging/LoggingPlugin.java

+ 1
- 1
src/com/dmdirc/addons/logging/LoggingPlugin.java Näytä tiedosto

@@ -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()) {

Loading…
Peruuta
Tallenna