You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -950,13 +950,13 @@ Stores the number of milliseconds to wait between request retries. By default,
950
950
In the case that both this environment variable and the config's ``rpc_attempt_interval`` property are set, the value in ``rpc_attempt_interal`` will be used.
951
951
952
952
953
-
SHOTGUN_API_ENABLE_ENTITY_OPTIMIZATION
953
+
SHOTGUN_API_DISABLE_ENTITY_OPTIMIZATION
954
954
=======================================
955
955
956
956
.. note:: (v3.7.0) This is an experimental feature. Feel free to disable this feature if you are experiencing any issues.
957
957
958
-
When set to ``1``, this environment variable will enable the entity optimization feature.
959
-
This feature is disabled by default and is used to reduce the payload size made to the server when retrieving entities
958
+
When set to ``1``, this environment variable will disable the entity optimization feature.
959
+
This feature is enabled by default and is used to reduce the payload size made to the server when retrieving entities
960
960
improving overall performance by decreasing network latency and server processing.
0 commit comments