mirror of
https://github.com/ergochat/ergo.git
synced 2026-01-20 02:19:54 -08:00
fix (noopSequence).Ephemeral()
This commit is contained in:
parent
63a04a5ff0
commit
5c0af196da
1 changed files with 1 additions and 1 deletions
|
|
@ -122,5 +122,5 @@ func (n noopSequence) Cutoff() time.Time {
|
|||
}
|
||||
|
||||
func (n noopSequence) Ephemeral() bool {
|
||||
return true
|
||||
return false // we're pretending to be an empty database
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue