Skip to content

Commit 62fa3b0

Browse files
committed
remove comment
1 parent 0e280ca commit 62fa3b0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cli/server.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -821,12 +821,6 @@ func (r *RootCmd) Server(newAPI func(context.Context, *coderd.Options) (*coderd.
821821
return err
822822
}
823823

824-
// TODO: Throw a caching layer infront of the RuntimeConfig to prevent
825-
// excessive database queries.
826-
// Note: This happens before dbauthz, which is really unfortunate.
827-
// dbauthz is configured in `Coderd.New()`, but we need the manager
828-
// at this level for notifications. We might have to move some init
829-
// code around.
830824
options.RuntimeConfig = runtimeconfig.NewStoreManager()
831825

832826
// This should be output before the logs start streaming.

0 commit comments

Comments
 (0)