Store gas #201

Merged
zxq9 merged 2 commits from store-gas into master 2019-10-01 20:11:40 +09:00
Showing only changes of commit 48cfbd03b0 - Show all commits

View File

@ -25,7 +25,7 @@
%% Size in bytes of serialization of a map for which we turn it into a store
%% map. It's not worth turning small maps into store maps.
%% Under consensus!
-define(STORE_MAP_THRESHOLD, 500).
-define(STORE_MAP_THRESHOLD, 100).
-type fate_value() :: aeb_fate_data:fate_type().
-type fate_value_or_tombstone() :: fate_value() | ?FATE_MAP_TOMBSTONE.