Updates to improve SQLite performance.
[LogSync] | |
# Max number of records at once to sync - This is the initial batch size only! After retries it goes | |
#back to MinRecordsToSync! | |
MaxRecordsToSync=500 | |
#Max sleep between retries | |
MaxRetryDelaySec=60 | |
#It's actually the maximum after retries have kicked in! | |
MinRecordsToSync=500 | |
In resources/jitterbit-agent-config.properties | |
Add: sync.agent.thread.executor.max.pool.size=20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment