Test cmd:
curl --data '{"method": "call", "params": ["database", "get_random_number", [1000]], "jsonrpc": "2.0", "id": 1}' http://127.0.0.1:8090/ws
curl --data '{"method": "call", "params": ["database", "get_random_number", [5000]], "jsonrpc": "2.0", "id": 1}' http://127.0.0.1:8090/ws
curl --data '{"method": "call", "params": ["database", "get_random_number", [1000000]], "jsonrpc": "2.0", "id": 1}' http://127.0.0.1:8090/ws
|
||
|---|---|---|
| .. | ||
| include/graphene/app | ||
| api.cpp | ||
| application.cpp | ||
| CMakeLists.txt | ||
| database_api.cpp | ||
| impacted.cpp | ||
| plugin.cpp | ||