We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The plugin makes use of three archivers, that batch up database writes. Their configuration is currently hard-coded, but should be made configurable.
The text was updated successfully, but these errors were encountered:
These are the new properties and their defaults: conversation.archiver.conversation.max-work-queue-size default: 500 conversation.archiver.conversation.max-purge-interval default: 1000 (one second) conversation.archiver.conversation.grace-period default: 50 conversation.archiver.message.max-work-queue-size default: 500 conversation.archiver.message.max-purge-interval default: 1000 (one second) conversation.archiver.message.grace-period default: 50 conversation.archiver.participant.max-work-queue-size default: 500 conversation.archiver.participant.max-purge-interval default: 1000 (one second) conversation.archiver.participant.grace-period default: 50
conversation.archiver.conversation.max-work-queue-size
500
conversation.archiver.conversation.max-purge-interval
1000
conversation.archiver.conversation.grace-period
50
conversation.archiver.message.max-work-queue-size
conversation.archiver.message.max-purge-interval
conversation.archiver.message.grace-period
conversation.archiver.participant.max-work-queue-size
conversation.archiver.participant.max-purge-interval
conversation.archiver.participant.grace-period
Sorry, something went wrong.
fixes igniterealtime#141: Make Archiver config configurable
f98ea09
56344f0
No branches or pull requests
The plugin makes use of three archivers, that batch up database writes. Their configuration is currently hard-coded, but should be made configurable.
The text was updated successfully, but these errors were encountered: