forked from I2P_Developers/i2p.i2p
Router: Lengthen shutdown spinner life
This commit is contained in:
@ -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) {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user