Skip to content
Snippets Groups Projects
Jonas Greitemann's avatar
Jonas Greitemann authored
Rather than query_sweeps, specify query_freq, i.e. the number of
subdivision of the full update sweeps.

If update_sweeps is not divisible by query_freq, the true update_sweeps
will be diminished until it is.

For example:

update_sweeps = 100
query_freq = 8

results in a query every 12 sweeps and an update attempt every 96.
e4f4991b
History
Name Last commit Last update
..