ainblockchain / ain-blockchain

Official Javascript implementation of AI Network Blockchain.
https://www.ainetwork.ai/
MIT License
67 stars 27 forks source link

Need to increase the event handler capacity of blockchain nodes #1212

Closed platfowner closed 5 months ago

platfowner commented 10 months ago

Currently only node 3 and 4 are enabled for event handler feature, which means only 40 (= 20 * 2) event handler channels. We need to increase it to support AINFT Chat AI framework.

cc: @minsulee2 @jiyoung-an

platfowner commented 9 months ago

Resolved with release.

platfowner commented 5 months ago

Need to update loadbalancer configurations.

platfowner commented 5 months ago

Testnet loadbalancer updated: testnet

platfowner commented 5 months ago

Mainnet loadbalancer updated: mainnet

platfowner commented 5 months ago

Resolved.