aboutsummaryrefslogtreecommitdiff
path: root/xmpp/gateway
diff options
context:
space:
mode:
Diffstat (limited to 'xmpp/gateway')
-rw-r--r--xmpp/gateway/storage.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmpp/gateway/storage.go b/xmpp/gateway/storage.go
index a3fad79..fcc381b 100644
--- a/xmpp/gateway/storage.go
+++ b/xmpp/gateway/storage.go
@@ -11,6 +11,7 @@ import (
// StorageQuota is a value from config parsed to bytes number
var StorageQuota uint64
+
// CachedStorageSize estimates the storage size between full rescans
var CachedStorageSize uint64
var StorageLock = sync.Mutex{}