mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +08:00
* 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
19 lines
366 B
YAML
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
|