mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 22:36:12 +01:00
default cpu to 2
This commit is contained in:
@@ -6660,7 +6660,7 @@ StrictHostKeyChecking no
|
|||||||
if PackageAssignment.objects.all().count() == 0:
|
if PackageAssignment.objects.all().count() == 0:
|
||||||
|
|
||||||
name = 'Default'
|
name = 'Default'
|
||||||
cpu = 1
|
cpu = 2
|
||||||
Memory = 1024
|
Memory = 1024
|
||||||
Bandwidth = '100'
|
Bandwidth = '100'
|
||||||
disk = '100'
|
disk = '100'
|
||||||
|
|||||||
Reference in New Issue
Block a user