@ac-essentials/misc-util
    Preparing search index...

    Type Alias UdpBindLockOptions

    type UdpBindLockOptions = {
        pollIntervalMs?: number;
    }
    Index

    Properties

    Properties

    pollIntervalMs?: number

    Optional polling interval in milliseconds to check if the lock is still held. Default is 100 ms.