We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b999c commit 7bf1ca5Copy full SHA for 7bf1ca5
1 file changed
pkg/wcore/wcore.go
@@ -19,11 +19,6 @@ import (
19
// the wcore package coordinates actions across the storage layer
20
// orchestrating the wave object store, the wave pubsub system, and the wave rpc system
21
22
-// TODO bring Tx infra into wcore
23
-
24
-const StarterTimeout = 2 * time.Second
25
-const StarterActivateBlockTimeout = 60 * time.Second
26
27
// Ensures that the initial data is present in the store, creates an initial window if needed
28
func EnsureInitialData() error {
29
// does not need to run in a transaction since it is called on startup
0 commit comments