diff --git a/.env.example b/.env.example index ea7db1c..a6088fc 100644 --- a/.env.example +++ b/.env.example @@ -4,6 +4,6 @@ TIMEOUT=0 # Max timout for server response, 0 means no timeout REVERSE_PROXY=false # Set true if app running behind reverse_proxy # Maximum timeout for waiting for page load, once the page is -# loaded or the timeout is exceeded, rendering is terminated +# loaded or the timeout is exceeded, waiting for load is terminated # and the page is rendered -WAIT_FOR_PAGE_LOAD_TIMEOUT=2000 \ No newline at end of file +WAIT_FOR_PAGE_LOAD_TIMEOUT=2000