Skip to content

Commit

Permalink
Remove transaction-queues and transaction-threads-per-queue config fr…
Browse files Browse the repository at this point in the history
…om examples
  • Loading branch information
spkesan committed May 28, 2020
1 parent 03098d5 commit 6f6d2fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/shadow-device/configmap/aerospike.template.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ service {
paxos-single-replica-limit 1 # Number of nodes where the replica count is automatically reduced to 1.
pidfile /var/run/aerospike/asd.pid
service-threads ${SERVICE_THREADS}
transaction-queues ${TRANSACTION_QUEUES}
transaction-threads-per-queue ${TRANSACTION_THREADS_PER_QUEUE}
proto-fd-max 15000
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ service {
paxos-single-replica-limit 1 # Number of nodes where the replica count is automatically reduced to 1.
pidfile /var/run/aerospike/asd.pid
service-threads ${SERVICE_THREADS}
transaction-queues ${TRANSACTION_QUEUES}
transaction-threads-per-queue ${TRANSACTION_THREADS_PER_QUEUE}
proto-fd-max 15000
}

Expand Down

0 comments on commit 6f6d2fc

Please sign in to comment.