X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=eventlet%2Fdoc%2Fenvironment.rst;fp=eventlet%2Fdoc%2Fenvironment.rst;h=0000000000000000000000000000000000000000;hb=358bd9258c2b6d2ee74de4dfd07a5123107abad4;hp=bac62f2b700c7cdaa4937f4a436b07cef143df8d;hpb=376ff3bfe7071cc0793184a378c4e74508fb0d97;p=packages%2Ftrusty%2Fpython-eventlet.git diff --git a/eventlet/doc/environment.rst b/eventlet/doc/environment.rst deleted file mode 100644 index bac62f2..0000000 --- a/eventlet/doc/environment.rst +++ /dev/null @@ -1,21 +0,0 @@ -.. _env_vars: - -Environment Variables -====================== - -Eventlet's behavior can be controlled by a few environment variables. -These are only for the advanced user. - -EVENTLET_HUB - - Used to force Eventlet to use the specified hub instead of the - optimal one. See :ref:`understanding_hubs` for the list of - acceptable hubs and what they mean (note that picking a hub not on - the list will silently fail). Equivalent to calling - :meth:`eventlet.hubs.use_hub` at the beginning of the program. - -EVENTLET_THREADPOOL_SIZE - - The size of the threadpool in :mod:`~eventlet.tpool`. This is an - environment variable because tpool constructs its pool on first - use, so any control of the pool size needs to happen before then.