Use default value on cpu/memoryFree.

This commit is contained in:
wescoeur 2016-07-07 11:58:12 +02:00
parent ffc155c341
commit 10030c4959

View File

@ -63,12 +63,12 @@ export const configurationSchema = {
cpu: {
type: 'integer',
title: 'CPU (%)',
description: 'default: 90%'
default: 90
},
memoryFree: {
type: 'integer',
title: 'RAM, Free memory (MB)',
description: 'default: 64MB'
default: 64
}
}
},