diff options
Diffstat (limited to 'controlloop/common/feature-controlloop-trans/src/main/feature/config')
-rw-r--r-- | controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties b/controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties index af34a955f..7744defa4 100644 --- a/controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties +++ b/controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties @@ -17,5 +17,5 @@ # limitations under the License. # ============LICENSE_END========================================================= ### -controlloop.cache.transactions.size=500 -controllop.cache.transactions.timeout.seconds=3600 +controlloop.cache.transactions.size=100 +controllop.cache.transactions.timeout.seconds=1800 |