Reset this for now

This commit is contained in:
Lance Pioch 2024-06-07 00:08:41 -04:00
parent e3699f34d8
commit eb99f53d87

View File

@ -583,7 +583,7 @@ class CreateServer extends CreateRecord
Forms\Components\Hidden::make('io') Forms\Components\Hidden::make('io')
->helperText('The IO performance relative to other running containers') ->helperText('The IO performance relative to other running containers')
->label('Block IO Proportion') ->label('Block IO Proportion')
->default(0), ->default(500),
Forms\Components\Grid::make() Forms\Components\Grid::make()
->columns(4) ->columns(4)