github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/in10nmem/v1/consts.go (about) 1 /* 2 * Copyright (c) 2021-present Sigma-Soft, Ltd. 3 * Aleksei Ponomarev 4 */ 5 6 package in10nmemv1 7 8 import "time" 9 10 const ( 11 pollingInterval = 300 * time.Millisecond 12 )