mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-17 20:51:55 +01:00
Remove unused vars in wcore (#1426)
This commit is contained in:
parent
e2b999c4b0
commit
7bf1ca5a49
@ -19,11 +19,6 @@ import (
|
|||||||
// the wcore package coordinates actions across the storage layer
|
// the wcore package coordinates actions across the storage layer
|
||||||
// orchestrating the wave object store, the wave pubsub system, and the wave rpc system
|
// orchestrating the wave object store, the wave pubsub system, and the wave rpc system
|
||||||
|
|
||||||
// TODO bring Tx infra into wcore
|
|
||||||
|
|
||||||
const StarterTimeout = 2 * time.Second
|
|
||||||
const StarterActivateBlockTimeout = 60 * time.Second
|
|
||||||
|
|
||||||
// Ensures that the initial data is present in the store, creates an initial window if needed
|
// Ensures that the initial data is present in the store, creates an initial window if needed
|
||||||
func EnsureInitialData() error {
|
func EnsureInitialData() error {
|
||||||
// does not need to run in a transaction since it is called on startup
|
// does not need to run in a transaction since it is called on startup
|
||||||
|
Loading…
Reference in New Issue
Block a user