Hi,
First of all, I want to thank the Morales team for creating such a good framework which makes our DEV’s life so much easier for creating dApp.
We are launching our mainnet dApp on 6/11. (the first small event already launched yesterday 1/11). We are facing the critical problem:
- Our instance is the big one: 499usd/month
- We have 3k users which logged in during 3h of event
- I realise that everytime a new user created, Morais sync all of BscTransactions/BscTokenTranfers of that user so after only 3h of event, we have about 300k BscTransactions and 110k BscTokenTransfer (which are not related to our token at all because we did not sell our token yet)
=> and when there are many users created at the same time, these process block our server, the server become inaccessible and our dApp is down.
So my suggestion is:
- Filter BscTokenTransfers to sync only transfers related to our contract (should be able to provide it by an input)
- Being able to filter only needed BscTransactions to sync
- Being able to disable sync BscTransactions when unneeded
Because with the current state, our dApp is blocked and not usable. It’s really critical for us. Please help us on this point. Many thanks in advance.
Yo.