Open masterk63 opened 7 years ago
depends on how many http connections your node process can handle and what async actions are then triggered from it. It also depends on how active these feeds are. From my experience running in production, I would definitely follow less than 100 in a single process but I would do some experimentation.
Oh thank you so much, I think the point is how much async is the process, so if I check the changes every two hours rather than all the time, doesn't matter how many DBs are.
If I have many dynamic to follow DBs (one per user), Any idea how many can follow? 10?100?10000?