Explorar el Código

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 hace 16 años
padre
commit
8db64f8c6a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/com/dmdirc/addons/logging/LoggingPlugin.java

+ 1
- 1
src/com/dmdirc/addons/logging/LoggingPlugin.java Ver fichero

@@ -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…
Cancelar
Guardar