Skip to content

Add one more slow call

Krzysztof Mochocki requested to merge kmochocki/add-slow-call into master

adds call:

curl --request POST \
  --url http://172.17.0.10:6543 \
  --header 'Content-Type: application/json' \
  --data '{"id":2,"jsonrpc":"2.0","method":"condenser_api.get_account_history","params":["gtg",-1,250, 4]}'

but from account_history_rocksdb

flags to activate:

-e CSV=account_history_60M_prod_jrpc -e API=universal

Merge request reports