Increase the polling frequency for the ptp audit

Increase the polling frequency for the ptp audit from 300 secs to
30 secs.

Story: 2006759
Task: 39412

Change-Id: Ib40c02dfdcf19b2d2c66de33da1f04f77be515f0
Signed-off-by: Kristine Bujold <kristine.bujold@windriver.com>
This commit is contained in:
Kristine Bujold 2020-04-14 15:46:41 -04:00
parent 0b8b39cb4e
commit 58845f67b2
2 changed files with 4 additions and 4 deletions

View File

@ -23,4 +23,4 @@ COPY_LIST="$PKG_BASE/src/LICENSE \
$PKG_BASE/src/ovs_interface.conf \
$PKG_BASE/src/example.py \
$PKG_BASE/src/example.conf"
TIS_PATCH_VER=18
TIS_PATCH_VER=19

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2019 Wind River Systems, Inc.
# Copyright (c) 2019-2020 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
@ -50,8 +50,8 @@ PLUGIN = 'ptp plugin'
# Service name
PTP = 'Precision Time Protocol (PTP)'
# Interface Monitoring Interval in seconds
PLUGIN_AUDIT_INTERVAL = 300
# PTP Interface Monitoring Interval in seconds
PLUGIN_AUDIT_INTERVAL = 30
# Sample Data 'type' and 'instance' database field values.
PLUGIN_TYPE = 'time_offset'