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
BREAKING: PostgreSQL _background_tasks table stores data as jsonb rather than bytea. Upgrading should happen
automatically when running v0.6.0, but you will not be able to revert to any previous version of archive.
(#254)
When restoring storage, blocks are paginated using the max_block_load parameter. This cuts memory usage down
when many blocks are missing from storage. (#254)
Update dependencies to match client 0.9.7.
Removed
BREAKINGdb_actor_pool_size is no longer configurable on the builder. Actor pool no longer exists. (#254)
BREAKINGmax_tasks from builder. Max tasks will always be the number of CPUS on the system. (#301)
BREAKINGtask_workers from builder. Task workers will always be number of CPUS on the system. (#301)