view auto/nohave @ 4501:cb1d3b48a848

Raised simultaneous subrequest limit from 50 to 200. It wasn't enforced for a long time, and there are reports that people use up to 100 simultaneous subrequests now. As this is a safety limit to prevent loops, it's raised accordingly.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 28 Feb 2012 14:54:23 +0000
parents d620f497c50f
children
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  0
#endif

END