[java-plugin-storage-jdbc] branch main updated: Add a default value for cleanupInterval
Rod Widdowson
rdw at steadingsoftware.com
Mon Jun 6 13:23:25 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-plugin-storage-jdbc.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-storage-jdbc.git;a=commit;h=e652a3e9a77fb933de53f8a1459fbb33cbdefbdc
The following commit(s) were added to refs/heads/main by this push:
new e652a3e Add a default value for cleanupInterval
e652a3e is described below
commit e652a3e9a77fb933de53f8a1459fbb33cbdefbdc
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jun 6 14:21:15 2022 +0100
Add a default value for cleanupInterval
---
.../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/jdbc-storage-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/jdbc-storage-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index 608f24a..7c39cec 100644
--- a/jdbc-storage-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/jdbc-storage-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -11,6 +11,10 @@
<!-- parent bean -->
- <bean id="shibboleth.JDBCStorageService" class="net.shibboleth.plugin.storage.jdbc.impl.JDBCStorageService" abstract="true" />
+ <bean id="shibboleth.JDBCStorageService"
+ class="net.shibboleth.plugin.storage.jdbc.impl.JDBCStorageService"
+ abstract="true"
+ p:cleanupInterval="%{idp.storage.cleanupInterval:PT10M}"
+ />
</beans>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list