Skip to content

Commit

Permalink
✨ Remove lfs files
Browse files Browse the repository at this point in the history
  • Loading branch information
tosone committed Oct 27, 2023
1 parent 1dd621d commit cf19e16
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 42 deletions.
40 changes: 0 additions & 40 deletions .gitattributes

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://github.com/go-sigma/sigma">
<img alt="sigma" src="https://media.githubusercontent.com/media/go-sigma/sigma/main/assets/sigma.svg" width="220"/>
<img alt="sigma" src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iYSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTAgMTkwIj4KICA8Y2lyY2xlIGN4PSI5NSIgY3k9Ijk1IiByPSI5NSIgc3R5bGU9ImZpbGw6ICNmOTlkMWM7Ii8+CiAgPGNpcmNsZSBjeD0iOTUiIGN5PSI5NSIgcj0iODUiIHN0eWxlPSJmaWxsOiAjY2Q0YjI3OyIvPgogIDxjaXJjbGUgY3g9Ijk1IiBjeT0iOTUiIHI9Ijc1IiBzdHlsZT0iZmlsbDogIzVjMmUwZTsiLz4KICA8cGF0aCBkPSJtNzEuMzIsMTI1Ljg4di01LjI4bDIzLjUyLTI5LjA5djQuOTlsLTIyLjU2LTMxLjU4di0zLjM2aDcuMDFsMjEuNiwzMC4yNC0yMy43MSwyOS45NS0yLjUtMy41NWgzOS41NWwtNS4yOCw0LjgsMy42NS0xNy4yOGg1Ljc2bC0uNzcsMjAuMTZoLTQ2LjI3Wm0zNi02NC4zMmw1LjI4LDQuOGgtMzcuMDV2LTQuOGg0MC40MWwuNzcsMTcuMDloLTUuNzZsLTMuNjUtMTcuMDlaIiBzdHlsZT0iZmlsbDogI2Y5OWQxYzsiLz4KPC9zdmc+" width="220"/>
</a>
</p>
<h1 align="center">sigma</h1>
Expand Down
2 changes: 1 addition & 1 deletion pkg/dal/dao/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (s *daemonService) Create(ctx context.Context, daemonLog *models.DaemonLog)

// CreateMany creates many new daemon log records in the database
func (s *daemonService) CreateMany(ctx context.Context, daemonLogs []*models.DaemonLog) error {
return s.tx.DaemonLog.WithContext(ctx).Create(daemonLogs...)
return s.tx.DaemonLog.WithContext(ctx).CreateInBatches(daemonLogs, 100)
}

// Delete delete a daemon log record with specific id
Expand Down

0 comments on commit cf19e16

Please sign in to comment.