JetPatch limits activities. When the number of activities exceeds 80,000, the older ones are deleted. You can change this threshold.
To change the quota threshold:
Prior 5.0:
On the JetPatch server, open the following file for editing:
/usr/share/tomcat/default/conf/intigua.propertiesAdd the following property:
db.limit.AgentTaskItem- Change the property's value (eg: db.limit.AgentTaskItem=80000)
- Restart tomcat(systemctl restart tomcat).
Post 5.0:
On the JetPatch server, open the following file for editing:
/usr/share/intigua/services/data/intigua-main/conf/intigua.propertiesAdd the following property:
db.limit.AgentTaskItem- Change the property's value (eg: db.limit.AgentTaskItem=80000)
- Restart intigua-main (docker restart intigua-main)
Comments
0 comments
Please sign in to leave a comment.