Skip to content

Commit 21f74a8

Browse files
authored
Fixed error (pterodactyl#3870)
1 parent ee870d4 commit 21f74a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/admin/servers/view/build.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<input type="text" name="cpu" class="form-control" value="{{ old('cpu', $server->cpu) }}"/>
3636
<span class="input-group-addon">%</span>
3737
</div>
38-
<p class="text-muted small">Each <em>physical</em> core on the system is considered to be <code>100%</code>. Setting this value to <code>0</code> will allow a server to use CPU time without restrictions.</p>
38+
<p class="text-muted small">Each <em>virtual</em> core (thread) on the system is considered to be <code>100%</code>. Setting this value to <code>0</code> will allow a server to use CPU time without restrictions.</p>
3939
</div>
4040
<div class="form-group">
4141
<label for="threads" class="control-label">CPU Pinning</label>

0 commit comments

Comments
 (0)