save last successful bootstrap method and use that afterwards directly (speed up bootstrap when fallbacks are used like port forwarding and relay). Relay mode cause still issues on the server, need to be fixed ba Thomas Bocek (see mailinglist)

This commit is contained in:
Manfred Karrer 2014-08-22 18:28:12 +02:00
parent 0a9a442baa
commit 656a517057
8 changed files with 198 additions and 133 deletions

View file

@ -33,7 +33,7 @@ public class BitSquare extends Application
{
private static final Logger log = LoggerFactory.getLogger(BitSquare.class);
public static boolean fillFormsWithDummyData = false;
public static boolean fillFormsWithDummyData = true;
private static String APP_NAME = "bitsquare";
private static Stage primaryStage;