From 96e9aeff7021d34ee4bd185984d7063c91797923 Mon Sep 17 00:00:00 2001 From: vitalisator Date: Sun, 25 Oct 2015 19:35:08 +0100 Subject: [PATCH] reduce jittering on big networks --- includes/defaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/defaults.inc.php b/includes/defaults.inc.php index e7da46d70f..7f1e7bd77b 100644 --- a/includes/defaults.inc.php +++ b/includes/defaults.inc.php @@ -399,7 +399,7 @@ $config['network_map_vis_options'] = '{ "fit": true }, - "timestep": 0.5, + "timestep": 0.4, } }';