Skip to content

Commit

Permalink
Update number of slots synced
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulejman committed Aug 22, 2024
1 parent d51dd50 commit 5c95474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/prost/contract.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func coldSyncAllSlots() {
var mu sync.Mutex

// TODO: MAKE THIS COUNT TO SLOT NUMBER
for i := int64(0); i <= 5000; i += 20 {
for i := int64(0); i <= 6000; i += 20 {
var wg sync.WaitGroup

for j := i; j < i+20 && j <= 5000; j++ {
Expand Down

0 comments on commit 5c95474

Please sign in to comment.