(file) Return to Constants.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Constants.h between version 1.158 and 1.159

version 1.158, 2013/12/16 09:37:27 version 1.159, 2014/10/12 00:04:18
Line 211 
Line 211 
 #define PEGASUS_SSL_ACCEPT_TIMEOUT_SECONDS 20 #define PEGASUS_SSL_ACCEPT_TIMEOUT_SECONDS 20
 #define PEGASUS_PROVIDER_IDLE_TIMEOUT_SECONDS 300 #define PEGASUS_PROVIDER_IDLE_TIMEOUT_SECONDS 300
  
   /*
    * Pull Operation constants.  These constants define the
    * limits for each of the defined configuration variables that may
    * be set by the configuration manager.
   */
   #define PEGASUS_DEFAULT_PULL_OPERATION_TIMEOUT_SEC 30
   #define PEGASUS_DEFAULT_PULL_OPERATION_TIMEOUT_SEC_STRING "30"
   #define PEGASUS_PULL_OPERATION_MAX_TIMEOUT_SEC 90
   #define PEGASUS_PULL_OPERATION_MAX_TIMEOUT_SEC_STRING "90"
   #define PEGASUS_PULL_OPERATION_MAX_OBJECT_COUNT 10000
   #define PEGASUS_PULL_OPERATION_MAX_OBJECT_COUNT_STRING "10000"
 /* /*
  * Wbem service names  * Wbem service names
  */  */


Legend:
Removed from v.1.158  
changed lines
  Added in v.1.159

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2