Ack > -----Original Message----- > From: Rafael Odzakow > Sent: den 5 april 2016 10:35 > To: Lennart Lund > Cc: [email protected] > Subject: [PATCH 1 of 1] smf: Increase ClcCliTimeout to avoid registration > timeout [1714] > > osaf/services/saf/smfsv/config/smfsv_objects.xml | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > > Increase ClcCliTimeout to avoid registration timeout on slow machines. > Timeout > is increased from 10 seconds to 100 seconds. saAmfCtDefClcCliTimeout is set > in > the SaAmfCompType object and is used as the "parent" value for the > following > SaAmfComp attributes: > > saAmfCompInstantiateTimeout > saAmfCompCleanupTimeout > saAmfCompAmStartTimeout > saAmfCompAmStopTimeout > > Above attributes can override the saAmfCtDefClcCliTimeout. > > diff --git a/osaf/services/saf/smfsv/config/smfsv_objects.xml > b/osaf/services/saf/smfsv/config/smfsv_objects.xml > --- a/osaf/services/saf/smfsv/config/smfsv_objects.xml > +++ b/osaf/services/saf/smfsv/config/smfsv_objects.xml > @@ -97,7 +97,7 @@ > </attr> > <attr> > > <name>saAmfCtDefClcCliTimeout</name> > - <value>10000000000</value> > + <value>100000000000</value> > </attr> > <attr> > > <name>saAmfCtDefCallbackTimeout</name> > @@ -143,7 +143,7 @@ > </attr> > <attr> > > <name>saAmfCtDefClcCliTimeout</name> > - <value>10000000000</value> > + <value>100000000000</value> > </attr> > <attr> > > <name>saAmfCtDefCallbackTimeout</name>
------------------------------------------------------------------------------ _______________________________________________ Opensaf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-devel
