X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=config.pm;h=7f7e23c8688b7178ab6df4525b6d31d73ed304a1;hp=7de44078afdfb91e5b4c85f11e4d78bfccdc5634;hb=b29e86269f030401e8aecf88a47f680407bf59f9;hpb=a36f24feb5ed826146ac75c50f7489876190252c diff --git a/config.pm b/config.pm index 7de4407..7f7e23c 100644 --- a/config.pm +++ b/config.pm @@ -57,8 +57,8 @@ our %engine2_config = ( ); our $engine2_grpc_backend = undef; # Not used by us, but will be communicated to serve-analysis.js. -our $uci_assume_full_compliance = 0; # dangerous :-) our $update_max_interval = 1.0; +our $update_force_after_move = 0.2; our @masters = ( 'Sesse', );