adrienverge commented on issue #1880: Compaction: Allow snooze_period to be a float URL: https://github.com/apache/couchdb/pull/1880#issuecomment-458291425 @eiri thanks for your feedback. I sure can try do add a new `snooze_period_ms` option, but to be honest it seems less intuitive to have two options for the same feature, it might confuse simple CouchDB users like me. But maybe it's more "Erlang-y" to do like this? (Please not I'm very unfamiliar with Erlang.) In my opinion, accepting both integers and floats for `snooze_period` could do the job elegantly, without needing users to upgrade their configuration. @eiri @wohali what do you think? If you prefer the `snooze_period` + `snooze_period_ms` option, I'll try to implement it.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
