Table of Contents

Auto-save collection

Auto-save is useful for long-running sessions and strict filtering conditions.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Auto-save collection             ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; Auto-save is useful if you run Express Generator for a long time with strict Acceptance Criteria.
; Setting 0 disables an option. You can have more than one options enabled.

; Save the collection at a particular interval in minutes.
; It does not clear the EG collection.
auto_save_at_minutes = 0

; Save the collection when it reaches the given count.
; It clears the EG collection.
auto_save_at_collected = 0

Notes

Example profiles

Save every 30 minutes:

auto_save_at_minutes   = 30
auto_save_at_collected = 0

Save every 200 collected strategies:

auto_save_at_minutes   = 0
auto_save_at_collected = 200