github.com/abolfazlbeh/zhycan@v0.0.0-20230819144214-24cf38237387/configs/protobuf_sample.json (about)

     1  {
     2    "proto": 3,
     3    "servers": [
     4      "server1"
     5    ],
     6    "server1": {
     7      "host": "127.0.0.1",
     8      "port": 7777,
     9      "protocol": "tcp",
    10      "async": true,
    11      "configs": {
    12        "maxReceiveMessageSize": 104857600,
    13        "maxSendMessageSize": 104857600
    14      }
    15    }
    16  }