Skip to content

Commit aabe6cd

Browse files
committed
cassandra.h: state correct default IO threads num
CPP-Rust Driver since its beginnings has used a default number of IO threads that is the default of tokio multi-threaded runtime, which is equal to the number of CPU cores available to the system. This commit updates the documentation to reflect this behaviour.
1 parent 63d2949 commit aabe6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cassandra.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1732,7 +1732,7 @@ cass_cluster_set_serial_consistency(CassCluster* cluster,
17321732
* Sets the number of IO threads. This is the number of threads
17331733
* that will handle query requests.
17341734
*
1735-
* <b>Default:</b> 1
1735+
* <b>Default:</b> Number of CPU cores available to the system.
17361736
*
17371737
* @public @memberof CassCluster
17381738
*

0 commit comments

Comments
 (0)