Author: j16sdiz
Date: 2008-06-21 03:03:13 +0000 (Sat, 21 Jun 2008)
New Revision: 20546
Modified:
branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java
Log:
temporary workaround: node keep refreshing .config file
Modified:
branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java
===================================================================
---
branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java
2008-06-20 23:04:30 UTC (rev 20545)
+++
branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java
2008-06-21 03:03:13 UTC (rev 20546)
@@ -866,7 +866,7 @@
}
synchronized (cleanerLock) {
- cleanerLock.notifyAll();
+ // cleanerLock.notifyAll();
try {
cleanerLock.wait(CLEANER_PERIOD);
} catch (InterruptedException e) {