We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0485ec9 commit 98c3d4eCopy full SHA for 98c3d4e
modules/gui.mjs
@@ -73,6 +73,12 @@ function readStyleFromURL(url) {
73
if (d.has('prefer_saved_points'))
74
settings.PreferSavedPoints = true;
75
76
+ if (d.has('tmout'))
77
+ settings.ServerTimeout = parseFloat(d.get('tmout'));
78
+
79
+ if (d.has('ftmout'))
80
+ settings.FilesTimeout = parseFloat(d.get('ftmout'));
81
82
const tf1_style = d.get('tf1');
83
if (tf1_style === 'curve')
84
settings.FuncAsCurve = true;
0 commit comments