summaryrefslogtreecommitdiff
path: root/ebin
Commit message (Collapse)AuthorAgeFilesLines
* Move .app file to src/Jean-Sébastien Pédron2015-10-201-101/+0
|
* Read memory monitor interval from configurationDiana Corbacho2015-10-131-0/+1
|
* adds default sync batch size on the app configAlvaro Videla2015-10-101-0/+1
|
* Merge branch 'master' into rabbitmq-server-270Michael Klishin2015-09-171-4/+10
|\
| * Merge pull request #306 from rabbitmq/rabbitmq-server-143-stableMichael Klishin2015-09-171-1/+3
| |\ | | | | | | Backport configurable credit flow to stable
| | * refactors credit flow default config formatAlvaro Videla2015-09-111-3/+3
| | |
| | * Allows credit flow Credits to be set via configurationAlvaro Videla2015-09-111-0/+2
| | | | | | | | | | | | | | | | | | Backports this fix from master into stable Fixes rabbitmq/rabbitmq-server#143
| * | adds note on msg_store_credit_disc_boundAlvaro Videla2015-09-131-1/+7
| |/
* | rabbit.password_hashing_mod => rabbit.password_hashing_moduleMichael Klishin2015-09-141-1/+1
| |
* | Introduce per-user hashing functions, default to SHA-256Michael Klishin2015-09-141-0/+1
| | | | | | | | References #270.
* | Merge branch 'stable'Michael Klishin2015-09-081-1/+1
|\ \ | |/
| * Lower heartbeat timeout default to 60Michael Klishin2015-09-071-1/+1
| | | | | | | | Fixes #297.
| * Merge pull request #286 from rabbitmq/rabbitmq-server-284Michael Klishin2015-08-271-1/+4
| |\ | | | | | | Makes CREDIT_DISC_BOUND and IO_BATCH_SIZE configurable
| | * Makes CREDIT_DISC_BOUND and IO_BATCH_SIZE configurableAlvaro Videla2015-08-271-1/+4
| | | | | | | | | | | | Fixes #284
| * | Restore SEGMENT_ENTRY_COUNT, lower QI journal size but not as muchMichael Klishin2015-08-241-1/+1
| | | | | | | | | | | | | | | This preserves index recovery but still reduces journal size by a noticeable amount.
| * | Reduce default QI journal sizeMichael Klishin2015-08-221-1/+1
| |/ | | | | | | References #279, see #227 for background info.
* | Merge stable into masterMichael Klishin2015-08-271-2/+5
| |
* | Merge branch 'stable'Michael Klishin2015-07-271-0/+2
|\ \ | |/
| * file_handle_cache: Add a config option to disable bufferingJean-Sébastien Pédron2015-07-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | To disable read buffering, one has to put the following line in rabbitmq.config: [ {rabbit, [ {fhc_read_buffering, false} ]} ]. Fixes #226.
* | Allows credit flow Credits to be set via configurationAlvaro Videla2015-05-051-1/+3
|/ | | | Fixes rabbitmq/rabbitmq-server#143
* Reduce number of possible values of rabbit.mirroring_flow_controlMichael Klishin2015-04-291-1/+1
|
* Move mirroring flow control setting into rabbit_channel:initMichael Klishin2015-04-291-1/+1
| | | | | Rename the key to make more sense, support true/false values.
* Make gm flow control configurableMichael Klishin2015-04-161-1/+3
| | | | Fixes #114.
* Change the default, update the example config.Simon MacMullen2015-01-271-1/+1
|
* Introduce a selection mechanism so that small messages go to the index, and ↵Simon MacMullen2014-12-051-0/+1
| | | | large ones go to the store.
* Test for old Erlang, and shout if we are vulnerable.Simon MacMullen2014-10-201-0/+1
|
* Remove bad SSL versions from the configured ones, don't hard code good ↵Simon MacMullen2014-10-201-2/+1
| | | | versions (which differ across Erlang releases). Never permit use of bad SSL versions. Export a function to do this with.
* Override ssl_options.versions in the app descriptorMichael Klishin2014-10-201-1/+2
|
* Cluster keepalives.Simon MacMullen2014-09-291-0/+1
|
* Make [AMQP] connection timeout configurableMichael Klishin2014-06-181-0/+1
|
* Add default for ssl_handshake_timeoutMichael Klishin2014-06-171-0/+1
|
* Make mnesia:wait_for_tables timeout configurableMichael Klishin2014-06-171-0/+1
|
* Refuse access for guest via non-localhost by default.Simon MacMullen2014-02-141-0/+1
|
* Merge bug22525Simon MacMullen2013-12-051-0/+1
|\
| * Introduce halt_on_upgrade_failure app env param and set it to true. Only ↵Matthew Sackman2013-11-281-0/+1
| | | | | | | | throw an error instead of halting if it has been set to false.
* | Add channel_max defaultMichael Klishin2013-11-251-0/+1
|/
* Use 580 seconds as default heartbeat intervalMichael Klishin2013-10-281-1/+1
| | | | | | | | | | | | 240 seconds gives a theoretiacl 2.5 decrease in server load (over the previous default of 600 seconds), while 580 gives a ~3% increase. In a test that involved watching CPU usage 1000 idle connections I observe effectively no difference between 600 and 580 values. 580 seconds is enough to cause network activity every 290 (< 300) seconds and hopefully make F5 gear with default timeout settings happy.
* Lower default heartbeat setting to 240 secondsMichael Klishin2013-10-271-2/+2
| | | | | | | | | | | | F5 load balancers by default will close TCP connections that have been idle for 300 seconds. The choice of the new 240 seconds interval is not particularly scientific: any < 10 minutes interval would work, given that heartbeats are sent at roughly 1/2 the interval. As far as performance overhead from heartbeats goes, 240 is about as good as 590.
* Reduce the default disk free limit to 50MB.Simon MacMullen2013-09-051-1/+1
|
* stable to defaultSimon MacMullen2013-07-291-0/+1
|\
| * stable to defaultSimon MacMullen2013-07-011-0/+1
| |\
| | * Matthias convinced me to go with ratio-of-a-ratio.Simon MacMullen2013-06-181-1/+1
| | |
| | * Eliminate ?MEMORY_LIMIT_SCALING and make the ratio at which we page ↵Simon MacMullen2013-06-181-0/+1
| | | | | | | | | | | | configurable. Note that I have changed the representation from a ratio-of-a-ratio to just a plain ratio (i.e. propertion of total memory, not proportion of the high watermark). I believe this will be easier to understand. Hence also the name vm_memory_paging_watermark, chosen by analogy with vm_memory_high_watermark.
* | | cosmeticSimon MacMullen2013-07-291-3/+1
| | |
* | | introduces ssl_apps as a env parameterAlvaro Videla2013-07-221-1/+4
|/ /
* | CosmeticSimon MacMullen2013-07-011-23/+17
| |
* | Add hipe modulesEmile Joubert2013-07-011-3/+5
| |
* | Move hipe modules list from macro to environment variableEmile Joubert2013-06-281-3/+24
|/
* Rename this thing, to make space for bug 25471Simon MacMullen2013-03-011-1/+1
|
* cluster_cp_modeSimon MacMullen2013-02-181-0/+1
|