open-im-server/start-config.yml
icey-yu 86a325f309
Fix push (#2559)
* fix:log

* fix: add log

* fix: del return

* fix: push config

* feat: add push err log and extend push wait time

* feat: group config

* feat: add log in write binary msg

* feat: Modify Prometheus data scraping ports and reserve port space.

* feat: change group rpc num

* feat: change log

* fix: remove quotation mark
2024-08-26 10:15:05 +00:00

19 lines
366 B
YAML

serviceBinaries:
openim-api: 1
openim-crontask: 1
openim-rpc-user: 1
openim-msggateway: 1
openim-push: 4
openim-msgtransfer: 4
openim-rpc-conversation: 1
openim-rpc-auth: 1
openim-rpc-group: 1
openim-rpc-friend: 1
openim-rpc-msg: 1
openim-rpc-third: 1
toolBinaries:
- check-free-memory
- check-component
- seq
maxFileDescriptors: 10000