Closed JohnJ9ml closed 7 years ago
Hi @JohnJ9ml , in reviewing how Timer works, I'm thinking I should have not used the fixed rate anyway. I'm going to propose we move to fixed delay timing, which might help in keeping processes from stomping on each other.
This is in PR -- I simply added a getter and setter in JenaDatabaseClient.
It occurs to me you might want it in a properties file though. Is that the case @JohnJ9ml ?
No regressions , hence shipping
It would be helpful for the sync timer frequency for pushing adds and deletes down to the ML database to be exposed and settable from the JenaDatabaseClient. This would be helpful for the purposes of tuning the behavior and optimizing based upon individual application usage patterns. This would also aid in eliminating or identifying the sync behavior as a possible cause of performance issues within a client application.