Skip to content

Commit 3cb57ed

Browse files
author
Prince Rachit Sinha
committed
Fix variable type
1 parent 2f48983 commit 3cb57ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ws-daemon/pkg/cpulimit/dispatch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ type DispatchListener struct {
9898
}
9999

100100
type workspace struct {
101-
CFS CgroupCFSController
101+
CFS CFSController
102102
OWI logrus.Fields
103103
BaseLimit Bandwidth
104104
BurstLimit Bandwidth

0 commit comments

Comments
 (0)