diff options
Diffstat (limited to 'client/shared/etc/engine.cfg')
-rw-r--r-- | client/shared/etc/engine.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/shared/etc/engine.cfg b/client/shared/etc/engine.cfg index 7f3456a8..2407c6b6 100644 --- a/client/shared/etc/engine.cfg +++ b/client/shared/etc/engine.cfg @@ -46,3 +46,9 @@ INSTALLOSCLIENT=FALSE # Funciones que no deben mostrar salida de avisos si son llamadas por otras funciones. NODEBUGFUNCTIONS="ogGetHivePath ogGetOsType ogUnmountAll ogUnmountCache" +# Velocidad de comunicación por defecto (muestra aviso en Browser si no se cumple): +# "", no usar esta característica. +# "100Mb/s", Fast Ethernet. +# "1000Mb/s", Gigabit Ethernet. +DEFAULTSPEED="" + |