summaryrefslogtreecommitdiff
path: root/internal/cache
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cache')
-rw-r--r--internal/cache/gts.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/cache/gts.go b/internal/cache/gts.go
index c19d96444..339605354 100644
--- a/internal/cache/gts.go
+++ b/internal/cache/gts.go
@@ -824,6 +824,11 @@ func (c *GTSCaches) initPoll() {
// See internal/db/bundb/poll.go.
p2.Status = nil
+ // Don't include ephemeral fields
+ // which are only expected to be
+ // set on ONE poll instance.
+ p2.Closing = false
+
return p2
}