mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 08:10:50 +00:00
10 lines
228 B
Go
10 lines
228 B
Go
// +build release
|
|
//
|
|
// This file sets release-specific variables.
|
|
|
|
package server
|
|
|
|
import "time"
|
|
|
|
// DefaultDiagnosticsInterval is the default sync frequency diagnostic metrics.
|
|
const DefaultDiagnosticsInterval = 1 * time.Hour
|