mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-21 02:51:02 +00:00
Default 2048 heap pages (#8892)
This commit is contained in:
@@ -45,7 +45,7 @@ use sp_externalities::ExternalitiesExt as _;
|
|||||||
use sp_tasks::new_async_externalities;
|
use sp_tasks::new_async_externalities;
|
||||||
|
|
||||||
/// Default num of pages for the heap
|
/// Default num of pages for the heap
|
||||||
const DEFAULT_HEAP_PAGES: u64 = 1024;
|
const DEFAULT_HEAP_PAGES: u64 = 2048;
|
||||||
|
|
||||||
/// Set up the externalities and safe calling environment to execute runtime calls.
|
/// Set up the externalities and safe calling environment to execute runtime calls.
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user