From 45b6aee8536bf9c05c1452e2dd2717dd3322bd8d Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Fri, 6 Jun 2008 07:42:27 +0000 Subject: [PATCH] max-execution-snapshots=0 --- spring-webflow-reference/src/system-setup.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.