i2psnark: Fix autostart for torrent files copied into the dir

Use Collator for case-insensitive sort
Use Exception.getLocalizedMessage()
Prevent duplicate torrent starts
Don't write debug info to wrapper log
Increase max piece size
Navbar cleanup
This commit is contained in:
zzz
2019-12-21 12:54:48 +00:00
parent ccaf4ce4b9
commit fcd8a3ae69
6 changed files with 19 additions and 18 deletions

View File

@@ -552,6 +552,8 @@ public class Snark
* @throws RuntimeException via fatal()
*/
public synchronized void startTorrent() {
if (!stopped)
return;
starting = true;
try {
x_startTorrent();