Skip to content

Commit dba6e30

Browse files
committed
wip: stats
1 parent c9bdb41 commit dba6e30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/stats/server/src/stat-sync.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { layer as statsLayer } from "@opencode-ai/stats-core/runtime"
44
import { syncStats } from "@opencode-ai/stats-core/stat-sync"
55
import { Cause, Effect, Layer, Schedule } from "effect"
66

7-
const SYNC_INTERVAL = "1 minute"
7+
const SYNC_INTERVAL = "1 hour"
88

99
const runtimeLayer = Layer.mergeAll(statsLayer, Athena.layer)
1010
const syncPass = syncStats().pipe(

sst-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,4 +341,4 @@ declare module "sst" {
341341
}
342342

343343
import "sst"
344-
export {}
344+
export {}

0 commit comments

Comments
 (0)