Commit bc3edc8dfe6bf16cb3fd2a9bfb5aee659babbd6c
1 parent
cd41ea66
Added possibility to set max inbound rpc message size
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -705,7 +705,7 @@ edges: |
705 | 705 | enabled: "${EDGES_RPC_SSL_ENABLED:false}" |
706 | 706 | cert: "${EDGES_RPC_SSL_CERT:certChainFile.pem}" |
707 | 707 | private_key: "${EDGES_RPC_SSL_PRIVATE_KEY:privateKeyFile.pem}" |
708 | - max_inbound_message_size: "${INTEGRATIONS_RPC_MAX_INBOUND_MESSAGE_SIZE:4194304}" | |
708 | + max_inbound_message_size: "${EDGES_RPC_MAX_INBOUND_MESSAGE_SIZE:4194304}" | |
709 | 709 | storage: |
710 | 710 | max_read_records_count: "${EDGES_STORAGE_MAX_READ_RECORDS_COUNT:50}" |
711 | 711 | no_read_records_sleep: "${EDGES_NO_READ_RECORDS_SLEEP:1000}" | ... | ... |