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

Skip to content
Snippets Groups Projects
Commit 483d7c43 authored by zzz's avatar zzz
Browse files

Router: Change thread name so it truncates better (ticket #1648)

parent 7c703953
No related branches found
No related tags found
No related merge requests found
......@@ -398,7 +398,7 @@ public class Router implements RouterClock.ClockShiftListener {
_oomListener = new OOMListener(_context);
_shutdownHook = new ShutdownHook(_context);
_gracefulShutdownDetector = new I2PAppThread(new GracefulShutdown(_context), "Graceful shutdown hook", true);
_gracefulShutdownDetector = new I2PAppThread(new GracefulShutdown(_context), "Graceful ShutdownHook", true);
_gracefulShutdownDetector.setPriority(Thread.NORM_PRIORITY + 1);
_gracefulShutdownDetector.start();
......
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