summaryrefslogtreecommitdiffstats
path: root/transport/mesh/storeforward.go
diff options
context:
space:
mode:
Diffstat (limited to 'transport/mesh/storeforward.go')
-rw-r--r--transport/mesh/storeforward.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/transport/mesh/storeforward.go b/transport/mesh/storeforward.go
index 1fcb93d..eb4fe48 100644
--- a/transport/mesh/storeforward.go
+++ b/transport/mesh/storeforward.go
@@ -51,7 +51,7 @@ type QueueConfig struct {
func NewMessageQueue(config *QueueConfig) (*MessageQueue, error) {
if config == nil {
config = &QueueConfig{
- QueueDir: filepath.Join(os.TempDir(), "veilith-queue"),
+ QueueDir: filepath.Join(os.TempDir(), "khimera-queue"),
MaxAge: 24 * time.Hour,
MaxSize: 1000,
MaxAttempts: 10,