diff options
| author | gabrix73 <gabriel1@frozenstar.info> | 2026-04-12 14:49:49 +0200 |
|---|---|---|
| committer | gabrix73 <gabriel1@frozenstar.info> | 2026-04-12 14:49:49 +0200 |
| commit | bb189dd1e7cc14900e03a72403752e6aa5276d8c (patch) | |
| tree | bdf857d7101e8889c33077c55819227eaff675bb /transport/mesh/storeforward.go | |
| parent | a7a7d3fd4559015fbe02b2016c3f39379262d1c2 (diff) | |
| download | khimera-bb189dd1e7cc14900e03a72403752e6aa5276d8c.tar.gz khimera-bb189dd1e7cc14900e03a72403752e6aa5276d8c.tar.xz khimera-bb189dd1e7cc14900e03a72403752e6aa5276d8c.zip | |
rename: Veilith -> Khimera across all files and documentation
Diffstat (limited to 'transport/mesh/storeforward.go')
| -rw-r--r-- | transport/mesh/storeforward.go | 2 |
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, |
