Currently, the view method calls are limited by the protocol config option runtime_config.wasm_config.limit_config.max_gas_burnt_view
. Can there be an option to configure it per node instead of on the protocol level?
Yes. There is a WIP pull request to address this issue https://github.com/near/nearcore/pull/4381