author | blanchet |
Wed, 21 Dec 2016 11:45:16 +0100 | |
changeset 64626 | f6d0578b46c9 |
parent 64524 | e6a3c55b929b |
child 65056 | 002b4c8c366e |
permissions | -rw-r--r-- |
48367 | 1 |
(* :mode=isabelle-options: *) |
2 |
||
49295 | 3 |
section "Document Preparation" |
49270 | 4 |
|
48795
bece259ee055
clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents:
48661
diff
changeset
|
5 |
option browser_info : bool = false |
48580 | 6 |
-- "generate theory browser information" |
48367 | 7 |
|
48795
bece259ee055
clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents:
48661
diff
changeset
|
8 |
option document : string = "" |
52746 | 9 |
-- "build document in given format: pdf, dvi, false" |
48805
c3ea910b3581
explicit document_output directory, without implicit purge of default in ISABELLE_BROWSER_INFO;
wenzelm
parents:
48795
diff
changeset
|
10 |
option document_output : string = "" |
c3ea910b3581
explicit document_output directory, without implicit purge of default in ISABELLE_BROWSER_INFO;
wenzelm
parents:
48795
diff
changeset
|
11 |
-- "document output directory (default within $ISABELLE_BROWSER_INFO tree)" |
c3ea910b3581
explicit document_output directory, without implicit purge of default in ISABELLE_BROWSER_INFO;
wenzelm
parents:
48795
diff
changeset
|
12 |
option document_variants : string = "document" |
48795
bece259ee055
clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents:
48661
diff
changeset
|
13 |
-- "option alternative document variants (separated by colons)" |
48367 | 14 |
|
48795
bece259ee055
clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents:
48661
diff
changeset
|
15 |
option thy_output_display : bool = false |
48580 | 16 |
-- "indicate output as multi-line display-style material" |
48795
bece259ee055
clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents:
48661
diff
changeset
|
17 |
option thy_output_break : bool = false |
48580 | 18 |
-- "control line breaks in non-display material" |
48795
bece259ee055
clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents:
48661
diff
changeset
|
19 |
option thy_output_quotes : bool = false |
48580 | 20 |
-- "indicate if the output should be enclosed in double quotes" |
59175
bf465f335e85
system option "pretty_margin" is superseded by "thy_output_margin";
wenzelm
parents:
58849
diff
changeset
|
21 |
option thy_output_margin : int = 76 |
bf465f335e85
system option "pretty_margin" is superseded by "thy_output_margin";
wenzelm
parents:
58849
diff
changeset
|
22 |
-- "right margin / page width for printing of display material" |
48795
bece259ee055
clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents:
48661
diff
changeset
|
23 |
option thy_output_indent : int = 0 |
48580 | 24 |
-- "indentation for pretty printing of display material" |
48795
bece259ee055
clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents:
48661
diff
changeset
|
25 |
option thy_output_source : bool = false |
48580 | 26 |
-- "print original source text rather than internal representation" |
52042 | 27 |
option thy_output_modes : string = "" |
28 |
-- "additional print modes for document output (separated by commas)" |
|
49270 | 29 |
|
52043
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
30 |
|
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
31 |
section "Prover Output" |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
32 |
|
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
33 |
option show_types : bool = false |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
34 |
-- "show type constraints when printing terms" |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
35 |
option show_sorts : bool = false |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
36 |
-- "show sort constraints when printing types" |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
37 |
option show_brackets : bool = false |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
38 |
-- "show extra brackets when printing terms/types" |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
39 |
option show_question_marks : bool = true |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
40 |
-- "show leading question mark of schematic variables" |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
41 |
|
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
42 |
option show_consts : bool = false |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
43 |
-- "show constants with types when printing proof state" |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
44 |
option show_main_goal : bool = false |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
45 |
-- "show main goal when printing proof state" |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
46 |
option goals_limit : int = 10 |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
47 |
-- "maximum number of subgoals to be printed" |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
48 |
|
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
49 |
option names_long : bool = false |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
50 |
-- "show fully qualified names" |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
51 |
option names_short : bool = false |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
52 |
-- "show base names only" |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
53 |
option names_unique : bool = true |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
54 |
-- "show partially qualified names, as required for unique name resolution" |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
55 |
|
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
56 |
option eta_contract : bool = true |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
57 |
-- "print terms in eta-contracted form" |
286629271d65
more system options as context-sensitive config options;
wenzelm
parents:
52042
diff
changeset
|
58 |
|
49270 | 59 |
option print_mode : string = "" |
60 |
-- "additional print modes for prover output (separated by commas)" |
|
61 |
||
62 |
||
56875
f6259d6fb565
explicit option parallel_print to downgrade parallel scheduling, which might occasionally help for big and heavy "scripts";
wenzelm
parents:
56734
diff
changeset
|
63 |
section "Parallel Processing" |
49270 | 64 |
|
52065
78f2475aa126
explicit notion of public options, which are shown in the editor options dialog;
wenzelm
parents:
52043
diff
changeset
|
65 |
public option threads : int = 0 |
49270 | 66 |
-- "maximum number of worker threads for prover process (0 = hardware max.)" |
56734
6ca87a061740
suppress potential dangerous option (see 1baa5d19ac44);
wenzelm
parents:
56613
diff
changeset
|
67 |
option threads_trace : int = 0 |
49270 | 68 |
-- "level of tracing information for multithreading" |
59468
fe6651760643
explicit threads_stack_limit (for recent Poly/ML SVN versions), which leads to soft interrupt instead of exhaustion of virtual memory, which is particularly relevant for the bigger address space of x86_64;
wenzelm
parents:
59446
diff
changeset
|
69 |
option threads_stack_limit : real = 0.25 |
fe6651760643
explicit threads_stack_limit (for recent Poly/ML SVN versions), which leads to soft interrupt instead of exhaustion of virtual memory, which is particularly relevant for the bigger address space of x86_64;
wenzelm
parents:
59446
diff
changeset
|
70 |
-- "maximum stack size for worker threads (in giga words, 0 = unlimited)" |
62790 | 71 |
|
56875
f6259d6fb565
explicit option parallel_print to downgrade parallel scheduling, which might occasionally help for big and heavy "scripts";
wenzelm
parents:
56734
diff
changeset
|
72 |
public option parallel_print : bool = true |
f6259d6fb565
explicit option parallel_print to downgrade parallel scheduling, which might occasionally help for big and heavy "scripts";
wenzelm
parents:
56734
diff
changeset
|
73 |
-- "parallel and asynchronous printing of results" |
52065
78f2475aa126
explicit notion of public options, which are shown in the editor options dialog;
wenzelm
parents:
52043
diff
changeset
|
74 |
public option parallel_proofs : int = 2 |
49270 | 75 |
-- "level of parallel proof checking: 0, 1, 2" |
52714 | 76 |
option parallel_subproofs_threshold : real = 0.01 |
51423
e5f9a6d9ca82
clarified parallel_subproofs_saturation (blind guess) vs. parallel_subproofs_threshold (precient timing estimate);
wenzelm
parents:
51230
diff
changeset
|
77 |
-- "lower bound of timing estimate for forked nested proofs (seconds)" |
49270 | 78 |
|
62794
c4fa2b381591
lower threshold -- command timing for proofs is cumulative, e.g. HOL 672 ~> 8889;
wenzelm
parents:
62793
diff
changeset
|
79 |
option command_timing_threshold : real = 0.01 |
62793
f235646b1b73
less bulky timing information, e.g. HOL 56913 ~> 672;
wenzelm
parents:
62790
diff
changeset
|
80 |
-- "default threshold for persistent command timing (seconds)" |
f235646b1b73
less bulky timing information, e.g. HOL 56913 ~> 672;
wenzelm
parents:
62790
diff
changeset
|
81 |
|
49270 | 82 |
|
52490 | 83 |
section "Detail of Proof Checking" |
49270 | 84 |
|
85 |
option quick_and_dirty : bool = false |
|
86 |
-- "if true then some tools will OMIT some proofs" |
|
87 |
option skip_proofs : bool = false |
|
51553
63327f679cff
more ambitious Goal.skip_proofs: covers Goal.prove forms as well, and do not insist in quick_and_dirty (for the sake of Isabelle/jEdit);
wenzelm
parents:
51423
diff
changeset
|
88 |
-- "skip over proofs (implicit 'sorry')" |
49270 | 89 |
|
90 |
||
49295 | 91 |
section "Global Session Parameters" |
49270 | 92 |
|
93 |
option condition : string = "" |
|
94 |
-- "required environment variables for subsequent theories (separated by commas)" |
|
95 |
||
48795
bece259ee055
clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents:
48661
diff
changeset
|
96 |
option timeout : real = 0 |
48661 | 97 |
-- "timeout for session build job (seconds > 0)" |
98 |
||
61602 | 99 |
option timeout_scale : real = 1.0 |
100 |
-- "scale factor for session timeout" |
|
101 |
||
51962
016cb7d8f297
limit build process output, to avoid bombing Isabelle/Scala process by ill-behaved jobs (e.g. Containers in AFP/9025435b29cf);
wenzelm
parents:
51960
diff
changeset
|
102 |
option process_output_limit : int = 100 |
62409
e391528eff3b
proper option process_output_tail, more generous default;
wenzelm
parents:
62115
diff
changeset
|
103 |
-- "build process output limit (in million characters, 0 = unlimited)" |
e391528eff3b
proper option process_output_tail, more generous default;
wenzelm
parents:
62115
diff
changeset
|
104 |
|
e391528eff3b
proper option process_output_tail, more generous default;
wenzelm
parents:
62115
diff
changeset
|
105 |
option process_output_tail : int = 40 |
e391528eff3b
proper option process_output_tail, more generous default;
wenzelm
parents:
62115
diff
changeset
|
106 |
-- "build process output tail shown to user (in lines, 0 = unlimited)" |
51962
016cb7d8f297
limit build process output, to avoid bombing Isabelle/Scala process by ill-behaved jobs (e.g. Containers in AFP/9025435b29cf);
wenzelm
parents:
51960
diff
changeset
|
107 |
|
63827
b24d0e53dd03
option "checkpoint" helps to fine-tune global heap space management;
wenzelm
parents:
62886
diff
changeset
|
108 |
option checkpoint : bool = false |
b24d0e53dd03
option "checkpoint" helps to fine-tune global heap space management;
wenzelm
parents:
62886
diff
changeset
|
109 |
-- "checkpoint for theories during build process (heap compression)" |
b24d0e53dd03
option "checkpoint" helps to fine-tune global heap space management;
wenzelm
parents:
62886
diff
changeset
|
110 |
|
64308 | 111 |
option profiling : string = "" |
112 |
-- "ML profiling (possible values: time, allocations)" |
|
113 |
||
56279
b4d874f6c6be
clarified options ML_source_trace and ML_exception_trace (NB: the latter needs to be a system option, since the context is sometimes not available, e.g. for 'theory' command);
wenzelm
parents:
56265
diff
changeset
|
114 |
|
b4d874f6c6be
clarified options ML_source_trace and ML_exception_trace (NB: the latter needs to be a system option, since the context is sometimes not available, e.g. for 'theory' command);
wenzelm
parents:
56265
diff
changeset
|
115 |
section "ML System" |
b4d874f6c6be
clarified options ML_source_trace and ML_exception_trace (NB: the latter needs to be a system option, since the context is sometimes not available, e.g. for 'theory' command);
wenzelm
parents:
56265
diff
changeset
|
116 |
|
62711 | 117 |
option ML_print_depth : int = 20 |
118 |
-- "ML print depth for toplevel pretty-printing" |
|
119 |
||
56279
b4d874f6c6be
clarified options ML_source_trace and ML_exception_trace (NB: the latter needs to be a system option, since the context is sometimes not available, e.g. for 'theory' command);
wenzelm
parents:
56265
diff
changeset
|
120 |
public option ML_exception_trace : bool = false |
b4d874f6c6be
clarified options ML_source_trace and ML_exception_trace (NB: the latter needs to be a system option, since the context is sometimes not available, e.g. for 'theory' command);
wenzelm
parents:
56265
diff
changeset
|
121 |
-- "ML exception trace for toplevel command execution" |
56265
785569927666
discontinued Toplevel.debug in favour of system option "exception_trace";
wenzelm
parents:
55672
diff
changeset
|
122 |
|
62498 | 123 |
public option ML_exception_debugger : bool = false |
124 |
-- "ML debugger exception trace for toplevel command execution" |
|
125 |
||
60730 | 126 |
public option ML_debugger : bool = false |
127 |
-- "ML debugger instrumentation for newly compiled code" |
|
128 |
||
60074
38a64cc17403
GUI controls for ML_statistics, for more digestible protocol dump;
wenzelm
parents:
59468
diff
changeset
|
129 |
public option ML_statistics : bool = true |
60843 | 130 |
-- "ML run-time system statistics" |
60074
38a64cc17403
GUI controls for ML_statistics, for more digestible protocol dump;
wenzelm
parents:
59468
diff
changeset
|
131 |
|
61158
ea6a4c8bc722
convenient change of ML system architecture via system option ML_preference_64, which is grepped off-line from stored preferences during bootstrap;
wenzelm
parents:
60889
diff
changeset
|
132 |
public option ML_system_64 : bool = false |
ea6a4c8bc722
convenient change of ML system architecture via system option ML_preference_64, which is grepped off-line from stored preferences during bootstrap;
wenzelm
parents:
60889
diff
changeset
|
133 |
-- "ML system for 64bit platform is used if possible (change requires restart)" |
ea6a4c8bc722
convenient change of ML system architecture via system option ML_preference_64, which is grepped off-line from stored preferences during bootstrap;
wenzelm
parents:
60889
diff
changeset
|
134 |
|
63986
c7a4b03727ae
options for process policy, notably for multiprocessor machines;
wenzelm
parents:
63827
diff
changeset
|
135 |
public option ML_process_policy : string = "" |
c7a4b03727ae
options for process policy, notably for multiprocessor machines;
wenzelm
parents:
63827
diff
changeset
|
136 |
-- "ML process command prefix (process policy)" |
c7a4b03727ae
options for process policy, notably for multiprocessor machines;
wenzelm
parents:
63827
diff
changeset
|
137 |
|
49288 | 138 |
|
49295 | 139 |
section "Editor Reactivity" |
49288 | 140 |
|
52065
78f2475aa126
explicit notion of public options, which are shown in the editor options dialog;
wenzelm
parents:
52043
diff
changeset
|
141 |
public option editor_load_delay : real = 0.5 |
49288 | 142 |
-- "delay for file load operations (new buffers etc.)" |
143 |
||
52065
78f2475aa126
explicit notion of public options, which are shown in the editor options dialog;
wenzelm
parents:
52043
diff
changeset
|
144 |
public option editor_input_delay : real = 0.3 |
49288 | 145 |
-- "delay for user input (text edits, cursor movement etc.)" |
146 |
||
64524
e6a3c55b929b
explicit option editor_generated_input_delay, which is more aggressive by default;
wenzelm
parents:
64325
diff
changeset
|
147 |
public option editor_generated_input_delay : real = 1.0 |
e6a3c55b929b
explicit option editor_generated_input_delay, which is more aggressive by default;
wenzelm
parents:
64325
diff
changeset
|
148 |
-- "delay for machine-generated input that may outperform user edits" |
e6a3c55b929b
explicit option editor_generated_input_delay, which is more aggressive by default;
wenzelm
parents:
64325
diff
changeset
|
149 |
|
52065
78f2475aa126
explicit notion of public options, which are shown in the editor options dialog;
wenzelm
parents:
52043
diff
changeset
|
150 |
public option editor_output_delay : real = 0.1 |
49288 | 151 |
-- "delay for prover output (markup, common messages etc.)" |
152 |
||
62115
57895801cb57
prune old versions more often, to reduce overall heap requirements;
wenzelm
parents:
61873
diff
changeset
|
153 |
public option editor_prune_delay : real = 15 |
57867
abae8aff6262
added system option editor_output_delay: lower value might help big sessions under low-memory situations;
wenzelm
parents:
56875
diff
changeset
|
154 |
-- "delay to prune history (delete old versions)" |
abae8aff6262
added system option editor_output_delay: lower value might help big sessions under low-memory situations;
wenzelm
parents:
56875
diff
changeset
|
155 |
|
52065
78f2475aa126
explicit notion of public options, which are shown in the editor options dialog;
wenzelm
parents:
52043
diff
changeset
|
156 |
public option editor_update_delay : real = 0.5 |
49288 | 157 |
-- "delay for physical GUI updates" |
158 |
||
52065
78f2475aa126
explicit notion of public options, which are shown in the editor options dialog;
wenzelm
parents:
52043
diff
changeset
|
159 |
public option editor_reparse_limit : int = 10000 |
49524
68796a77c42b
Thy_Syntax.consolidate_spans is subject to editor_reparse_limit, for improved experience of unbalanced comments etc.;
wenzelm
parents:
49295
diff
changeset
|
160 |
-- "maximum amount of reparsed text outside perspective" |
50119
5c370a036de7
more generous tracing_limit, with explicit system option;
wenzelm
parents:
49524
diff
changeset
|
161 |
|
52065
78f2475aa126
explicit notion of public options, which are shown in the editor options dialog;
wenzelm
parents:
52043
diff
changeset
|
162 |
public option editor_tracing_messages : int = 1000 |
50505
33c92722cc3d
smarter handling of tracing messages: prover process pauses and enters user dialog;
wenzelm
parents:
50455
diff
changeset
|
163 |
-- "initial number of tracing messages for each command transaction" |
50697
82e9178e6a98
improved Monitor_Dockable, based on ML_Statistics operations;
wenzelm
parents:
50505
diff
changeset
|
164 |
|
52065
78f2475aa126
explicit notion of public options, which are shown in the editor options dialog;
wenzelm
parents:
52043
diff
changeset
|
165 |
public option editor_chart_delay : real = 3.0 |
50697
82e9178e6a98
improved Monitor_Dockable, based on ML_Statistics operations;
wenzelm
parents:
50505
diff
changeset
|
166 |
-- "delay for chart repainting" |
52702 | 167 |
|
52807
b859a180936b
simplified flag for continuous checking: avoid GUI complexity and slow checking of all theories (including prints);
wenzelm
parents:
52798
diff
changeset
|
168 |
public option editor_continuous_checking : bool = true |
b859a180936b
simplified flag for continuous checking: avoid GUI complexity and slow checking of all theories (including prints);
wenzelm
parents:
52798
diff
changeset
|
169 |
-- "continuous checking of proof document (visible and required parts)" |
b859a180936b
simplified flag for continuous checking: avoid GUI complexity and slow checking of all theories (including prints);
wenzelm
parents:
52798
diff
changeset
|
170 |
|
61604 | 171 |
public option editor_output_state : bool = false |
61213 | 172 |
-- "implicit output of proof state" |
173 |
||
52798
9d3c9862d1dd
recovered delay for Document.start_execution (see also 627fb639a2d9), which potentially improves throughput when many consecutive edits arrive;
wenzelm
parents:
52779
diff
changeset
|
174 |
option editor_execution_delay : real = 0.02 |
9d3c9862d1dd
recovered delay for Document.start_execution (see also 627fb639a2d9), which potentially improves throughput when many consecutive edits arrive;
wenzelm
parents:
52779
diff
changeset
|
175 |
-- "delay for start of execution process after document update (seconds)" |
9d3c9862d1dd
recovered delay for Document.start_execution (see also 627fb639a2d9), which potentially improves throughput when many consecutive edits arrive;
wenzelm
parents:
52779
diff
changeset
|
176 |
|
57974 | 177 |
option editor_syslog_limit : int = 100 |
178 |
-- "maximum amount of buffered syslog messages" |
|
179 |
||
52702 | 180 |
|
181 |
section "Miscellaneous Tools" |
|
182 |
||
183 |
public option find_theorems_limit : int = 40 |
|
184 |
-- "limit of displayed results" |
|
185 |
||
56613 | 186 |
public option find_theorems_tactic_limit : int = 5 |
52702 | 187 |
-- "limit of tactic search for 'solves' criterion" |
188 |
||
55672
5e25cc741ab9
support for completion within the formal context;
wenzelm
parents:
53189
diff
changeset
|
189 |
|
5e25cc741ab9
support for completion within the formal context;
wenzelm
parents:
53189
diff
changeset
|
190 |
section "Completion" |
5e25cc741ab9
support for completion within the formal context;
wenzelm
parents:
53189
diff
changeset
|
191 |
|
5e25cc741ab9
support for completion within the formal context;
wenzelm
parents:
53189
diff
changeset
|
192 |
public option completion_limit : int = 40 |
5e25cc741ab9
support for completion within the formal context;
wenzelm
parents:
53189
diff
changeset
|
193 |
-- "limit for completion within the formal context" |
64130 | 194 |
|
195 |
||
196 |
section "Secure Shell" |
|
197 |
||
198 |
option ssh_config_dir : string = "~/.ssh" |
|
199 |
-- "SSH configuration directory" |
|
200 |
||
201 |
option ssh_config_file : string = "~/.ssh/config" |
|
202 |
-- "main SSH configuration file" |
|
203 |
||
204 |
option ssh_identity_files : string = "~/.ssh/id_dsa:~/.ssh/id_ecdsa:~/.ssh/id_rsa" |
|
205 |
-- "possible SSH identity files (separated by colons)" |
|
206 |
||
207 |
option ssh_compression : bool = true |
|
208 |
-- "enable SSH compression" |
|
209 |
||
210 |
option ssh_connect_timeout : real = 60 |
|
211 |
-- "SSH connection timeout (seconds)" |
|
64325 | 212 |
|
213 |
option ssh_alive_interval : real = 30 |
|
214 |
-- "time interval to keep SSH server connection alive (seconds)" |