# HG changeset patch # User wenzelm # Date 1667762855 -3600 # Node ID 287c3adcdcd6f63c3c59d9af314a23c00a732e33 # Parent b45db80307945785bed3b9cd126f08144a41108c afford more reactive consolidation; typical timings for big theories in HOL-Analysis: Session.Consolidate_Execution < 5ms for negative test and < 50ms for positive test; diff -r b45db8030794 -r 287c3adcdcd6 etc/options --- a/etc/options Sun Nov 06 19:25:48 2022 +0100 +++ b/etc/options Sun Nov 06 20:27:35 2022 +0100 @@ -193,7 +193,7 @@ public option editor_output_delay : real = 0.1 -- "delay for prover output (markup, common messages etc.)" -public option editor_consolidate_delay : real = 2.0 +public option editor_consolidate_delay : real = 1.0 -- "delay to consolidate status of command evaluation (execution forks)" public option editor_prune_delay : real = 15