Skip to content

Commit 638177b

Browse files
committed
chore: InvisibilityTimeout, thanks
1 parent f63fc15 commit 638177b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CFLookup/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ private static async Task Main(string[] args)
115115
.UseRedisStorage(redis, new RedisStorageOptions
116116
{
117117
Db = 7,
118-
Prefix = "cflookup:"
118+
Prefix = "cflookup:",
119+
InvisibilityTimeout = TimeSpan.FromHours(6)
119120
});
120121
});
121122

0 commit comments

Comments
 (0)