Skip to content

Commit 7bf1ca5

Browse files
authored
Remove unused vars in wcore (#1426)
1 parent e2b999c commit 7bf1ca5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

pkg/wcore/wcore.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ import (
1919
// the wcore package coordinates actions across the storage layer
2020
// orchestrating the wave object store, the wave pubsub system, and the wave rpc system
2121

22-
// TODO bring Tx infra into wcore
23-
24-
const StarterTimeout = 2 * time.Second
25-
const StarterActivateBlockTimeout = 60 * time.Second
26-
2722
// Ensures that the initial data is present in the store, creates an initial window if needed
2823
func EnsureInitialData() error {
2924
// does not need to run in a transaction since it is called on startup

0 commit comments

Comments
 (0)