CryptoLions / EOS-mongo-history-API

API to get actions using EOS mongo plugin (similar to history plugin)
MIT License
52 stars 24 forks source link

updated config.ini #6

Closed MarcelBlockchain closed 6 years ago

MarcelBlockchain commented 6 years ago

These settings helped me to fully sync a digitalocean standard Quad Core machine with 16GB RAM. It made a huge difference, especially in the end. In case you just want to query tx, there might be even more optimisations. Since I still get every tx returned 3 times. If you want all the data saved instead, just leave some of the stuff out and merge the rest if you like.

ansigroup commented 6 years ago

hi, thanks for sharing.. In case we will replace filter * to "transfer" we will skip other actions, so its up to user what filters to use. We collecting all history (without some spammers).