Skip to content

Commit

Permalink
[debug] disable garbage collector
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnitingoogle committed Oct 2, 2024
1 parent 3b84a01 commit c563cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gcsx/bucket_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func (bm *bucketManager) SetUpBucket(
}

// Periodically garbage collect temporary objects
go garbageCollect(bm.gcCtx, bm.config.TmpObjectPrefix, sb)
//go garbageCollect(bm.gcCtx, bm.config.TmpObjectPrefix, sb)

return
}
Expand Down

0 comments on commit c563cf6

Please sign in to comment.