From 7da3274ae694a632249776897de0494130cd8f2b Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 11 Dec 2014 10:37:23 +0300 Subject: [PATCH] 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 --- src/ENGINE/no_wrap/PVSERVER.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.39.2