diff options
| author | Michael Klishin <michael@novemberain.com> | 2017-10-28 01:42:16 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-28 01:42:16 +0300 |
| commit | 1972f8922d21bed1a6ad4f2ebc9236cbaae0d6f5 (patch) | |
| tree | 5bf45d9b2b4e272c05dcad52cc01b8174090799b /Makefile | |
| parent | 32c48cd7636885f27c24c60e648fd911ff8acd31 (diff) | |
| parent | 2879048ad6df40b64624f366f72009778fcbcaa8 (diff) | |
| download | rabbitmq-server-git-1972f8922d21bed1a6ad4f2ebc9236cbaae0d6f5.tar.gz | |
Merge pull request #1408 from rabbitmq/rabbitmq-server-1367
Configurable default consumer prefetch for new channels
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -124,7 +124,9 @@ define PROJECT_ENV %% either "stop_node" or "continue". %% by default we choose to not terminate the entire node if one %% vhost had to shut down, see server#1158 and server#1280 - {vhost_restart_strategy, continue} + {vhost_restart_strategy, continue}, + %% {global, prefetch count} + {default_consumer_prefetch, {false, 0}} ] endef |
