Staging instance, all changes can be removed at any time

Skip to content

use `objstorage is None` instead of `not objstorage`

bool(objstorage) uses len(objstorage) != 0, which takes "a little bit" of time on non-trivial objstorages...

Test Plan

the staging objstorages are not on fire anymore


Migrated from D7289 (view on Phabricator)

Merge request reports

Loading