Skip to content

Commit

Permalink
slow down prefetch speed for 1.0-dev (#13253)
Browse files Browse the repository at this point in the history
slow down prefetch speed for 1.0-dev

Approved by: @nnsgmsone, @sukki37
  • Loading branch information
badboynt1 authored Dec 6, 2023
1 parent c13d17d commit 073826a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/vm/engine/disttae/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ import (
)

const (
PREFETCH_THRESHOLD = 512
PREFETCH_ROUNDS = 32
PREFETCH_THRESHOLD = 128
PREFETCH_ROUNDS = 16
)

const (
Expand Down

0 comments on commit 073826a

Please sign in to comment.