aboutsummaryrefslogtreecommitdiff
path: root/xmpp/gateway
diff options
context:
space:
mode:
authorBohdan Horbeshko <bodqhrohro@gmail.com>2022-04-01 19:35:54 +0300
committerBohdan Horbeshko <bodqhrohro@gmail.com>2022-04-01 19:35:54 +0300
commit86cbbcb8bd3c62f0e1af0188cf7fb83cb89df6c4 (patch)
tree36a2105a5d40fe134a519ce28af65bc5b5620c83 /xmpp/gateway
parent2f38af12a28cdf92d587711965c170fbeafa41d8 (diff)
gofmtv1.2.0
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{}