You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Default number of transactions (txNums) in one "step". One static file can have [1, DefaultStepsInFrozenFile] steps.
26
-
constDefaultStepSize=781_250
26
+
constDefaultStepSize=1_562_500
27
27
28
28
// DefaultStepsInFrozenFile - files of this size are completely frozen/immutable.
29
29
// files of smaller size are also immutable, but can be removed after merge to bigger files.
30
30
// TODO: there are exceptions to this rule; domains override this limit hardcoded inside domain construction to be unlimited; it could be made more explicit in the schema.
0 commit comments