Skip to content

Commit

Permalink
Merge pull request #375 from leobago/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
leobago authored Oct 13, 2020
2 parents e268b76 + 8016e4a commit c1d5c0d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/source/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -778,3 +778,25 @@ local_test
(\ *default = 1*\ )


fast_forward
^^^^^^^^^^


..
This parameter allows the checkpoint interval to be speeded up by the value given to this parameter. In other words, the interval is divided by the fast_forward value. For example, if ckpt_l1 is set to 15, a fast_forward configuration of 5 will result in L1 checkpoints every 3 minutes. A fast_forward rate of 1 keeps the same checkpoint interval frequency.


.. list-table::
:header-rows: 1

* - Value
- Meaning
* - int
- Fast forward rate. Must be between 1 and 10.


(\ *default = 1*\ )



0 comments on commit c1d5c0d

Please sign in to comment.