Skip to content

Commit

Permalink
More dense
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbhat1 committed Dec 31, 2024
1 parent a5e47ba commit 36004b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/migration/ss/migrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func exportDistributionLeafNodes(

totalExported++
// Optional progress logging every 1,000,000 keys:
if totalExported%100_000 == 0 {
if totalExported%10_000 == 0 {
fmt.Printf("[SingleWorker][%s] Exported %d distribution keys so far\n",
time.Now().Format(time.RFC3339), totalExported,

Check warning

Code scanning / CodeQL

Calling the system time Warning

Calling the system time may be a possible source of non-determinism
)
Expand Down

0 comments on commit 36004b5

Please sign in to comment.