Skip to content

Commit

Permalink
Update foreach Async arg description (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
predictiple authored Jan 27, 2025
1 parent 6b030f4 commit 1215b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/foreach.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
type _ForeachPluginImplArgs struct {
Row types.LazyExpr `vfilter:"required,field=row,doc=A query or slice which generates rows."`
Query types.StoredQuery `vfilter:"optional,field=query,doc=Run this query for each row."`
Async bool `vfilter:"optional,field=async,doc=If set we run all queries asynchronously (implies workers=1000)."`
Async bool `vfilter:"optional,field=async,doc=If set we run all queries asynchronously (implies workers=100)."`
Workers int64 `vfilter:"optional,field=workers,doc=Total number of asynchronous workers."`
Column string `vfilter:"optional,field=column,doc=If set we only extract the column from row."`
}
Expand Down

0 comments on commit 1215b6d

Please sign in to comment.