I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 4fdff1bf authored by zzz's avatar zzz
Browse files

Router: Lengthen shutdown spinner life

parent 7d4a6e74
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ public class Spinner extends Thread { ...@@ -17,7 +17,7 @@ public class Spinner extends Thread {
@Override @Override
public void run() { public void run() {
try { try {
sleep(60*1000); sleep(5*60*1000);
} catch (InterruptedException ie) {} } catch (InterruptedException ie) {}
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment