Skip to content

Commit

Permalink
Merge pull request #2543 from area363/fix/manage-acc-redis-connection…
Browse files Browse the repository at this point in the history
…-error

prevent headless from stopping when acc redis is down
  • Loading branch information
area363 authored Aug 22, 2024
2 parents efe5bcc + 6dff12c commit f428663
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public RedisAccessControlService(string storageUri)
EndPoints = { storageUri },
ConnectTimeout = 500,
SyncTimeout = 500,
AbortOnConnectFail = false,
};

var redis = ConnectionMultiplexer.Connect(configurationOptions);
Expand Down

0 comments on commit f428663

Please sign in to comment.