Disable PDH's built in notification delay to PDS - c06299075
These steps will update PDH's notification handling for faster individual job notifications. By default, PDH waits 5 seconds after receiving a job to notify PDS of its arrival. This is in case a subsequent job is right behind, PDH can minimize it's notifications to PDS.
When to use: If a customer has time sensitive job delivery needs. The default behaviour is to wait a minimum of 5 seconds before notifying a destination PDS of a new job, this configuration will remove the wait time.
Change Notification Timeout:
- Update Listener.properties file (using fileviewer)
- Modify/Add:
- NotificationRegistryClientDeferralTime=0 (reduce from 5000)
- NotificationRegistryClientPacingDelay=5000 (reduce from 15000)
- NotificationRegistryMinMaintenanceInterval=10 (reduce from 1000)
NOTE:
Applies only to the Print Delivery Hub (PDH) included in the PrinterOn Enterprise 3.0 to 3.2.7 versions. As of 4.0 this should be configured this way by default.