ic-reactor
    Preparing search index...

    Function calculateIngressExpiry

    • Calculates the ingress expiry time based on the maximum allowed expiry in minutes and the time difference in milliseconds.

      Parameters

      • maxIngressExpiryInMinutes: number

        The maximum ingress expiry time in minutes.

      • timeDiffMsecs: number

        The time difference in milliseconds to adjust the expiry.

      Returns utils.agent.Expiry

      The calculated ingress expiry as an Expiry object.