Author: xor
Date: 2008-11-14 02:15:15 +0000 (Fri, 14 Nov 2008)
New Revision: 23563
Modified:
trunk/plugins/WoT/introduction/IntroductionServer.java
Log:
Is this the right filename hint?
Modified: trunk/plugins/WoT/introduction/IntroductionServer.java
===================================================================
--- trunk/plugins/WoT/introduction/IntroductionServer.java 2008-11-14
02:12:40 UTC (rev 23562)
+++ trunk/plugins/WoT/introduction/IntroductionServer.java 2008-11-14
02:15:15 UTC (rev 23563)
@@ -46,7 +46,7 @@
*/
public class IntroductionServer implements Runnable, ClientCallback {
- private static final long STARTUP_DELAY = 10 * 60 * 1000;
+ private static final long STARTUP_DELAY = 3 * 60 * 1000;
private static final long THREAD_PERIOD = 30 * 60 * 1000; /* FIXME:
tweak before release */
public static final byte PUZZLE_COUNT = 5;
public static final byte PUZZLE_INVALID_AFTER_DAYS = 3;
@@ -219,7 +219,7 @@
Logger.debug(this, "Started insert puzzle from " +
identity.getNickName());
/* FIXME: use nonblocking insert */
- mClient.insert(ib, false, p.getURI().getMetaString());
+ mClient.insert(ib, false, p.getURI().getDocName());
db.store(p);
db.commit();
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs