Skip to content

Commit

Permalink
Add as_policy_batch_write to AS_RECORD_CLIENT_DEFAULT_TTL doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianNichols committed Nov 8, 2023
1 parent 60ee9b8 commit 916acf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/aerospike/as_record.h
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ typedef struct as_record_s {
#define AS_RECORD_NO_CHANGE_TTL 0xFFFFFFFE

/**
* Use the applicable client policy ttl in as_policy_write, as_policy_operate or
* as_policy_scan. If the policy is not defined for the transaction, use the default
* Use the applicable client policy ttl (as_policy_write, as_policy_operate, as_policy_scan,
* as_policy_batch_write, ...). If the policy is not defined for the transaction, use the default
* in as_config.policies.
*/
#define AS_RECORD_CLIENT_DEFAULT_TTL 0xFFFFFFFD
Expand Down

0 comments on commit 916acf7

Please sign in to comment.