diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -113,7 +113,9 @@ define PROJECT_ENV {queue_explicit_gc_run_operation_threshold, 1000}, {lazy_queue_explicit_gc_run_operation_threshold, 1000}, {background_gc_enabled, false}, - {background_gc_target_interval, 60000} + {background_gc_target_interval, 60000}, + %% rabbitmq-server-589 + {proxy_protocol, false} ] endef |
