Skip to content

Commit

Permalink
code
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Chen authored and Rachel Chen committed Jun 12, 2024
1 parent eb00fd5 commit 36b5eb7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
PETABYTE = 10**12
DEFAULT_BYTES_SCANNED_LIMIT = int(1.28 * PETABYTE)
DEFAULT_TIMEOUT_PENALIZATION = DEFAULT_BYTES_SCANNED_LIMIT // 40
DEFAULT_BYTES_THROTTLE_DIVIDER = 1
DEFAULT_THREADS_THROTTLE_DIVIDER = 1
DEFAULT_BYTES_THROTTLE_DIVIDER = 2
DEFAULT_THREADS_THROTTLE_DIVIDER = 2


class BytesScannedRejectingPolicy(AllocationPolicy):
Expand Down

0 comments on commit 36b5eb7

Please sign in to comment.