Skip to content

Commit 5b13108

Browse files
authored
Improve doc comment
1 parent f34922b commit 5b13108

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

server/svix-server/src/cfg.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,10 @@ pub struct ConfigurationInner {
185185
/// The DSN for the Redis-backed queue. Overrides `redis_dsn`. (can be left empty if not using
186186
/// redis)
187187
pub queue_dsn: Option<String>,
188-
/// The prefix to use for the queue. If not provided it will be empty.
188+
/// Optional prefix to use for the queue.
189+
///
190+
/// Allows multiple instances of svix-server to share a single queue backend
191+
/// without interfering with each other.
189192
pub queue_prefix: Option<String>,
190193

191194
/// What kind of cache to use. Supported: memory, redis (must have redis_dsn or cache_dsn

0 commit comments

Comments
 (0)