зеркало из https://github.com/mozilla/pjs.git
trying to reduce sleeptime on linux. relyea thinks we need 30 seconds until selfserv frees the socket, testing. maybe it can also be fixed in the networkconfiguration?
This commit is contained in:
Родитель
eabda51806
Коммит
a8dda2f40d
|
@ -303,7 +303,7 @@ if [ -z "${INIT_SOURCED}" -o "${INIT_SOURCED}" != "TRUE" ]; then
|
||||||
if [ "${OS_ARCH}" = "Linux" ]; then
|
if [ "${OS_ARCH}" = "Linux" ]; then
|
||||||
#on linux the selfserv needs up to 30 seconds to fully die and free
|
#on linux the selfserv needs up to 30 seconds to fully die and free
|
||||||
#the socket
|
#the socket
|
||||||
SLEEP="sleep 30"
|
SLEEP="sleep 3" # taking the chance and trying on the tinderboxes
|
||||||
fi
|
fi
|
||||||
if [ `uname -s` = "SunOS" ]; then
|
if [ `uname -s` = "SunOS" ]; then
|
||||||
PS="/usr/5bin/ps"
|
PS="/usr/5bin/ps"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче