Skip to content

Commit cc72868

Browse files
committed
just use default flush interval
1 parent 0caaf3a commit cc72868

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderd/coderd.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ func New(options *Options) *API {
368368

369369
if options.WorkspaceUsageTracker == nil {
370370
options.WorkspaceUsageTracker = workspaceusage.New(options.Database,
371-
workspaceusage.WithFlushInterval(workspaceusage.DefaultFlushInterval),
372371
workspaceusage.WithLogger(options.Logger.Named("workspace_usage_tracker")),
373372
)
374373
}

0 commit comments

Comments
 (0)