Commit a53087dd26fbb171769b56c02777bd18ef34aed0
1 parent
9156ccfb
Default keep alive set to false. Fixed tests
Showing
2 changed files
with
2 additions
and
1 deletions
... | ... | @@ -469,7 +469,7 @@ transport: |
469 | 469 | boss_group_thread_count: "${NETTY_BOSS_GROUP_THREADS:1}" |
470 | 470 | worker_group_thread_count: "${NETTY_WORKER_GROUP_THREADS:12}" |
471 | 471 | max_payload_size: "${NETTY_MAX_PAYLOAD_SIZE:65536}" |
472 | - so_keep_alive: "${NETTY_SO_KEEPALIVE:true}" | |
472 | + so_keep_alive: "${NETTY_SO_KEEPALIVE:false}" | |
473 | 473 | # MQTT SSL configuration |
474 | 474 | ssl: |
475 | 475 | # Enable/disable SSL support | ... | ... |
... | ... | @@ -34,6 +34,7 @@ transport: |
34 | 34 | boss_group_thread_count: "${NETTY_BOSS_GROUP_THREADS:1}" |
35 | 35 | worker_group_thread_count: "${NETTY_WORKER_GROUP_THREADS:12}" |
36 | 36 | max_payload_size: "${NETTY_MAX_PAYLOAD_SIZE:65536}" |
37 | + so_keep_alive: "${NETTY_SO_KEEPALIVE:false}" | |
37 | 38 | # MQTT SSL configuration |
38 | 39 | ssl: |
39 | 40 | # Enable/disable SSL support | ... | ... |