etc/options
changeset 70787 15656ad28691
parent 70778 f326596f5752
child 70796 2739631ac368
equal deleted inserted replaced
70786:d50c8f4f2090 70787:15656ad28691
   160   -- "delay for machine-generated input that may outperform user edits"
   160   -- "delay for machine-generated input that may outperform user edits"
   161 
   161 
   162 public option editor_output_delay : real = 0.1
   162 public option editor_output_delay : real = 0.1
   163   -- "delay for prover output (markup, common messages etc.)"
   163   -- "delay for prover output (markup, common messages etc.)"
   164 
   164 
   165 public option editor_consolidate_delay : real = 3.0
   165 public option editor_consolidate_delay : real = 2.0
   166   -- "delay to consolidate status of command evaluation (execution forks)"
   166   -- "delay to consolidate status of command evaluation (execution forks)"
   167 
   167 
   168 public option editor_prune_delay : real = 15
   168 public option editor_prune_delay : real = 15
   169   -- "delay to prune history (delete old versions)"
   169   -- "delay to prune history (delete old versions)"
   170 
   170 
   199   -- "dynamic presentation while editing"
   199   -- "dynamic presentation while editing"
   200 
   200 
   201 
   201 
   202 section "Headless Session"
   202 section "Headless Session"
   203 
   203 
       
   204 option headless_consolidate_delay : real = 15
       
   205   -- "delay to consolidate status of command evaluation (execution forks)"
       
   206 
       
   207 option headless_prune_delay : real = 60
       
   208   -- "delay to prune history (delete old versions)"
       
   209 
   204 option headless_check_delay : real = 0.5
   210 option headless_check_delay : real = 0.5
   205   -- "delay for theory status check during PIDE processing (seconds)"
   211   -- "delay for theory status check during PIDE processing (seconds)"
   206 
   212 
   207 option headless_check_limit : int = 0
   213 option headless_check_limit : int = 0
   208   -- "maximum number of theory status checks (0 = unlimited)"
   214   -- "maximum number of theory status checks (0 = unlimited)"
   214   -- "watchdog timeout for PIDE processing of broken theories (seconds, 0 = disabled)"
   220   -- "watchdog timeout for PIDE processing of broken theories (seconds, 0 = disabled)"
   215 
   221 
   216 option headless_commit_cleanup_delay : real = 60
   222 option headless_commit_cleanup_delay : real = 60
   217   -- "delay for cleanup of already imported theories (seconds, 0 = disabled)"
   223   -- "delay for cleanup of already imported theories (seconds, 0 = disabled)"
   218 
   224 
   219 option headless_load_limit : int = 0
   225 option headless_load_limit : int = 100
   220   -- "limit for loaded theories (0 = unlimited)"
   226   -- "limit for loaded theories (0 = unlimited)"
   221 
   227 
   222 option dump_checkpoint : bool = false
   228 option dump_checkpoint : bool = false
   223   -- "mark individual theories to share common data in ML"
   229   -- "mark individual theories to share common data in ML"
   224 
   230