Overview
JetPatch limits the number of stored activities.
When the number of activities exceeds 80,000, the older ones are deleted.
This article describes how to change the quota threshold by modifying the intigua.properties configuration file.
Changing the Quota Threshold
Before Version 5.0
- On the JetPatch server, open the following file for editing:
/usr/share/tomcat/default/conf/intigua.properties
- Add the following property:
db.limit.AgentTaskItem
- Change the property's value (e.g., db.limit.AgentTaskItem=80000)
- Restart Tomcat:
systemctl restart tomcat
Post Version 5.0
- On the JetPatch server, open the following file for editing:
/usr/share/intigua/services/data/intigua-main/conf/intigua.properties
- Add the following property:
db.limit.AgentTaskItem
- Change the property's value (e.g., db.limit.AgentTaskItem=80000)
- Restart intigua-main:
docker restart intigua-main
Comments
0 comments
Please sign in to leave a comment.