Skip to content

Commit

Permalink
IGNITE-23747 / improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rpuch committed Dec 16, 2024
1 parent 60ba00c commit 5d22eea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ namespace Apache.Ignite.Transactions;
/// Transaction timeout. 0 means 'use default timeout'.
/// For RO transactions, the default timeout is data availability time configured via ignite.gc.lowWatermark.dataAvailabilityTime
/// configuration setting.
/// For RW transactions, timeouts are not supported yet. TODO: IGNITE-15936
/// For RW transactions, timeouts are not supported yet. TODO: IGNITE-15936.
/// </param>
public readonly record struct TransactionOptions(bool ReadOnly, long TimeoutMillis = 0);

0 comments on commit 5d22eea

Please sign in to comment.