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
refactor: Make environment variable name public (#367)
This environment variable is used downstream in neptune-core to make
decisions based on the padded height, whether to use the RAM frugal
("no_cache") or RAM hungry ("cache") pathway.. Instead of repeating the
name downstream, it's better to use it from a constant exposed in this
repo. Cf. bbe04bc16ee78f1edf1fd957ea0f41c2d6f5f9a7.
Also makes the two possible values for this environment variable public:
"cache" and "no_cache".
0 commit comments