mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-22 23:00:16 -05:00
8 lines
188 B
Go
8 lines
188 B
Go
package constants
|
|
|
|
// Constants for History
|
|
const (
|
|
HistoryFile = "history.json" // File to store historical data
|
|
HistorySize = 500 // Number of historical records to store
|
|
)
|