summaryrefslogtreecommitdiff
path: root/src/rabbit.app.src
Commit message (Collapse)AuthorAgeFilesLines
* Move from .app.src to Makefile variablesJean-Sébastien Pédron2016-12-061-114/+0
| | | | | | | | | | | | | | This is the recommended way with Erlang.mk. By default, the version is computed with git-describe(1) or inherited from rabbitmq-server-release when creating the source archive. One can override the version from the command line by setting the `PROJECT_VERSION` variable. One nice bonus is that `make run-broker` will present a meaningful version by default, and one can set the version with `PROJECT_VERSION`. [#130992027]
* Merge branch 'stable' into rabbitmq-server-1033Gerhard Lazu2016-11-301-1/+3
|\ | | | | | | | | Conflicts: rabbitmq-components.mk
| * Make it possible to disable background GCMichael Klishin2016-11-281-1/+3
| | | | | | | | | | | | | | | | | | | | and make the interval configurable via config file. Kudos to Kyle O'Donnell and his team for contributing a patch that was included with minor modifications: https://groups.google.com/forum/#!topic/rabbitmq-users/gdqLpdWbop0. Fixes #1026.
* | Configure member retries on Mnesia reconnection failuresDiana Corbacho2016-11-251-1/+2
|/ | | | | | | (cherry picked from commit a5f4572243f2667c22385dd8f4eb32f94a9e2452) Signed-off-by: Michael Klishin <michael@rabbitmq.com> [#134685209]
* Use config_entry_decoder key for config encryptionArnaud Cogoluègnes2016-10-141-1/+1
| | | | Fixes #979
* Merge branch 'stable' into rabbitmq-server-979Arnaud Cogoluègnes2016-10-111-1/+3
|\ | | | | | | | | Conflicts: src/rabbit.app.src
| * Use a name that's more to the pointMichael Klishin2016-09-291-1/+1
| |
| * Naming, cosmeticsMichael Klishin2016-09-291-1/+1
| |
| * renamed run_count to gc_run_countGabriele Santomaggio2016-09-261-1/+1
| |
| * Make the GC calls configurable for lazy queuesGabriele Santomaggio2016-09-231-1/+3
| |
* | Add configuration for decrypting hidden configuration valuesLoïc Hoguin2016-10-061-1/+7
|/
* Bump default MoreCreditAfter to 100Michael Klishin2016-09-121-1/+2
| | | | | | | | | Local benchmarks with PerfTest demonstrate an insignificant (ranging from -1% to 2% improvement for 95th percentile) throughput change, however, a few large users report this reducing the amount of time queues spent in flow on their workloads. The original value is certainly quite conservative.
* Bump rabbit.channel_operation_timeout default to 15sMichael Klishin2016-03-021-1/+2
| | | | Fixes #667.
* Bump rabbit.channel_operation_timeout to 5sMichael Klishin2016-02-181-1/+1
| | | | | | Per discussion with Ayanda. Lower values are known to produce false positives in a variety of contexts.
* Sets initial channel_operation_timeout to 3s.Ayanda Dube2016-02-171-1/+1
| | | | To update to a higher value in future, for cross-node calls.
* Adds channel_operation_timeout envionment variable.Ayanda Dube2016-02-171-1/+3
| | | | References: #248
* Make number of Ranch acceptors configurableLoïc Hoguin2016-01-121-0/+2
|
* rabbit.app: rabbit_common and ranch are required by RabbitMQJean-Sébastien Pédron2015-11-231-1/+1
|
* Switch to Ranch for connection handlingLoïc Hoguin2015-11-171-5/+1
|
* Disable FHC read cache by defaultMichael Klishin2015-10-231-1/+1
| | | Fixes #386.
* rabbit.app: Default to version 0.0.0 in source app fileJean-Sébastien Pédron2015-10-201-1/+1
|
* Move .app file to src/Jean-Sébastien Pédron2015-10-201-0/+101