absurdfarce commented on code in PR #1282: URL: https://github.com/apache/cassandra-python-driver/pull/1282#discussion_r2976861912
########## docs/installation.rst: ########## @@ -99,15 +99,9 @@ process can take a long time -- as long as 10 minutes in some environments. In environments where performance is less important, it may be worth it to :ref:`disable Cython as documented below <cython-extensions>`. -You can also use ``CASS_DRIVER_BUILD_CONCURRENCY`` to increase the number of -threads used to build the driver and any C extensions: +You can also use ``build-concurrency`` key in the ``tool.cassandra-driver`` table of pyproject.toml to +increase the number of threads used to build the driver and any C extensions. Review Comment: +1 to adding the article. I use the terms "key" and "table" throughout this doc when referring to pyproject.toml since that's the terminology used within the [pyproject.toml Python docs](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/)... so I'd kind of like to stick with that in order to help users translate between the two. Actually this section could use another pass overall... working on that now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

