Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
fathikhalil authored Oct 13, 2023
1 parent cbbe062 commit 7a45141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func main() {

app.Post("/api/item/create", func(c *fiber.Ctx) error {

for i := 0; i < 500; i++ {
for i := 0; i < 5000; i++ {
db.Create(&Item{

// Create Fake Name with faker repo
Expand Down

0 comments on commit 7a45141

Please sign in to comment.