diff --git a/spring-webflow-reference/src/system-setup.xml b/spring-webflow-reference/src/system-setup.xml index b3b70444..f6dccd2d 100644 --- a/spring-webflow-reference/src/system-setup.xml +++ b/spring-webflow-reference/src/system-setup.xml @@ -216,9 +216,10 @@ - max-snapshots + max-execution-snapshots Tune the max-execution-snapshots attribute to place a cap on the number of history snapshots that can be taken per flow execution. + To disable snapshotting, set this value to 0. To enable an unlimited number of snapshots, set this value to -1.