Merged all 'set-X' commands into a single 'set-attr' command

This commit is contained in:
Leon Mika 2022-07-16 10:05:48 +10:00
parent 716adbdce5
commit 9fee17a6a6
9 changed files with 317 additions and 43 deletions

View file

@ -19,7 +19,7 @@ import (
func main() {
ctx := context.Background()
tableName := "business-addresses"
totalItems := 5000
totalItems := 500
cfg, err := config.LoadDefaultConfig(ctx)
if err != nil {