From: vsr Date: Thu, 11 Dec 2014 07:37:23 +0000 (+0300) Subject: 0022821: EDF 9434 PARAVIS: Problem with plugins loading when starting a Nth session... X-Git-Tag: V7_5_1b1~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7da3274ae694a632249776897de0494130cd8f2b;p=modules%2Fparavis.git 0022821: EDF 9434 PARAVIS: Problem with plugins loading when starting a Nth session of Salome/Paravis Increase number of tries to run pvserver from 10 to 1000 --- diff --git a/src/ENGINE/no_wrap/PVSERVER.py b/src/ENGINE/no_wrap/PVSERVER.py index c6281999..90b7cd5b 100644 --- a/src/ENGINE/no_wrap/PVSERVER.py +++ b/src/ENGINE/no_wrap/PVSERVER.py @@ -42,7 +42,7 @@ class PVSERVER_Impl: """ The core implementation (non CORBA, or Study related). See the IDL for the documentation. """ - MAX_PVSERVER_PORT_TRIES = 10 + MAX_PVSERVER_PORT_TRIES = 1000 PVSERVER_DEFAULT_PORT = 11111 def __init__(self):