aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/subsurfacestartup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/subsurfacestartup.c b/core/subsurfacestartup.c
index c5962d6c0..cb3ca6069 100644
--- a/core/subsurfacestartup.c
+++ b/core/subsurfacestartup.c
@@ -90,8 +90,8 @@ struct preferences default_prefs = {
},
.planner_deco_mode = BUEHLMANN,
.vpmb_conservatism = 3,
- .distance_threshold = 1000,
- .time_threshold = 600,
+ .distance_threshold = 100,
+ .time_threshold = 300,
#if defined(SUBSURFACE_MOBILE)
.cloud_timeout = 10,
#else