- fix previous commit and adjust tests
[m6w6/ext-http] / http_functions.c
index dd24050b00ae818878e2f1c7c36ca98424a1950f..98463a0027160a3afc039d10c4653d92bd21f874 100644 (file)
@@ -513,7 +513,7 @@ PHP_FUNCTION(ob_etaghandler)
 }
 /* }}} */
 
-/* {{{ proto void http_throttle(double sec[, int bytes = 2097152])
+/* {{{ proto void http_throttle(double sec[, int bytes = 40960])
  *
  * Sets the throttle delay and send buffer size for use with http_send() API.
  * Provides a basic throttling mechanism, which will yield the current process