Settings
(GVL)
- Attributes:
qualified_only
- InOut:
Name
Type
Initial
Comment
ReconnectWaitTimeMs
STRUCT(xOverrideByApp := FALSE, dwValue := 20000)
MaxNumOfActiveItems
STRUCT(xOverrideByApp := FALSE, dwValue := 20000)
TimeoutSyncShutdownMs
STRUCT(xOverrideByApp := FALSE, dwValue := 3000)
TimeSliceSyncShutdownMs
STRUCT(xOverrideByApp := FALSE, dwValue := 10)
TimeoutSyncWaitForReady
STRUCT(xOverrideByApp := FALSE, dwValue := 2000)
TimeSliceSyncOperations
STRUCT(xOverrideByApp := FALSE, dwValue := 10)
SyncEnqueuedProcessingMinCycleTimeMs
STRUCT(xOverrideByApp := FALSE, dwValue := 10)
If the cycle time of the task is lower than this value, then no sync processing of enqueued requests will be done because the normal task is quick enough to handle them
SyncEnqueuedProcessingCycleTimePercentage
STRUCT(xOverrideByApp := FALSE, dwValue := 50)
Percentage of the cycle time that should be spent for sync processing of enqueued requests
TimeSliceSyncSyncEnqueuedProcessingMs
STRUCT(xOverrideByApp := FALSE, dwValue := 5)
ProtectedReadInterval
STRUCT(xOverrideByApp := FALSE, dwValue := 1000)
PStringFactoryInitSize
STRUCT(xOverrideByApp := FALSE, dwValue := 200)
that seems a rather common number of variables that are visible concurrently
PStringFactoryPoolExtendFactorPercent
STRUCT(xOverrideByApp := FALSE, dwValue := 50)
UnqualifiedItemsInitSize
STRUCT(xOverrideByApp := FALSE, dwValue := 200)
If overridden, this value must be modified in a globalinitslot like 51000
UnqualifiedItemsGrowthFactor
STRUCT(xOverrideByApp := FALSE, dwValue := 2)
If overridden, this value must be modified in a globalinitslot like 51000
LargerIntElementFactoryInitSize
STRUCT(xOverrideByApp := FALSE, dwValue := UnqualifiedItemsInitSize.dwValue)
LargerIntElementFactoryPoolExtendFactorPercent
STRUCT(xOverrideByApp := FALSE, dwValue := (UnqualifiedItemsGrowthFactor.dwValue * 100))
AllItemsInitSize
STRUCT(xOverrideByApp := FALSE, dwValue := 1000)
If overridden, this value must be modified in a globalinitslot like 51000
AllItemsGrowthFactor
STRUCT(xOverrideByApp := FALSE, dwValue := 4)
If overridden, this value must be modified in a globalinitslot like 51000
Helper