Skip to content

Commit c06f3ef

Browse files
committed
comment
1 parent 24a862b commit c06f3ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DistributedLock.Postgres/PostgresDistributedLock.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ internal static IDbDistributedLock CreateInternalLock(PostgresAdvisoryLockKey ke
8383
{
8484
if (dbDataSource == null) { throw new ArgumentNullException(nameof(dbDataSource)); }
8585

86-
// Multiplexing is currently incompatible with DbDataSource, so default it to false
86+
// Multiplexing is currently incompatible with DbDataSource (see #238), so default it to false
8787
var originalOptions = options;
8888
options = o => { o.UseMultiplexing(false); originalOptions?.Invoke(o); };
8989

0 commit comments

Comments
 (0)