admin_saveTrieNodeCacheToDisk
The saveTrieNodeCacheToDisk is an administrative method that starts saving the cached trie node to the disk to reuse them when the node restarts. Cached trie node data will be stored to and loaded from $DATA_DIR/fastcache . This method returns an error if the saving process has been already triggered or trie node cache is disabled. This feature is supported since Kaia 1.5.3.
JSONRPC: admin_saveTrieNodeCacheToDisk
Request
Responses
- 200
null if saving the trie node has started, or an error message if not.