Skip to content

Commit

Permalink
prep for crawler 1.3.0 which doesn't need 2x space, set avail storage…
Browse files Browse the repository at this point in the history
… adjustment to 1.1x needed instead of 2.5x
  • Loading branch information
ikreymer committed Sep 10, 2024
1 parent 55f3b8a commit 87270c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/btrixcloud/operator/crawls.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
MEM_LIMIT_PADDING = 1.2

# ensure available storage is at least this much times used storage
AVAIL_STORAGE_RATIO = 2.5
AVAIL_STORAGE_RATIO = 1.1


# pylint: disable=too-many-public-methods, too-many-locals, too-many-branches, too-many-statements
Expand Down

0 comments on commit 87270c4

Please sign in to comment.