roelarents commented on issue #1753: URL: https://github.com/apache/couchdb/issues/1753#issuecomment-1073997078
The `_default` option is under `compactions` [in the (2.3.1) docs](https://docs.couchdb.org/en/2.3.1/config/compaction.html#compactions). So i think it should be `[compactions] _default` instead of `[compaction_daemon] _default`. Which would make sense. No schedules to run means: run never. It seems to work for me so far. (Unless there is maybe a hidden default and it will start around midnight again or something, I haven't waited that long yet.) I also tried putting `[]` instead of an empty string by the way, which started a compaction immediately after restart. My/our use case was that I don't want an automatic compaction to start (for a while), because it seemed to slow down a running replication (230 GiB DB with 46,000,000 docs). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
