Welcome! Log In Create A New Profile

Advanced

Re: trying to set timer_resolution - but... 'unknown directive "timer_resolution"'

April 28, 2009 12:49AM
On Tue, Apr 28, 2009 at 12:42:41PM +0800, Jeffrey 'jf' Lim wrote:

> as per subject, I'm trying to set timer_resolution in my nginx.conf
> file - but to no avail. When i do an "nginx -t", I get the "unknown
> directive" error message - despite the fact that this should be a
> known directive (see
> http://wiki.nginx.org/NginxHttpMainModule#timer_resolution)
>
> So my 2 questions:
> - what's wrong? I have my 'timer_resolution' in http { }. I believe
> this is correct. Looking at the source, this should be correct too
> (it's an "nginx core command"). I've also tried (just in case) setting

As it core command it should be set on global level:

timer_resolution 100ms;

http {
...

> 'timer_resolution' to '10', instead of '10ms', but to no avail
> - the default value is 0 (wiki needs to be corrected) as per source.
> What does that mean?

0 means that timer_resolution is not ised. 10 means 10 seconds.


--
Igor Sysoev
http://sysoev.ru/en/
Subject Author Posted

trying to set timer_resolution - but... 'unknown directive "timer_resolution"'

Jeffrey 'jf' Lim April 28, 2009 12:42AM

Re: trying to set timer_resolution - but... 'unknown directive "timer_resolution"'

Igor Sysoev April 28, 2009 12:49AM

Re: trying to set timer_resolution - but... 'unknown directive "timer_resolution"'

Jeffrey 'jf' Lim April 28, 2009 01:02AM

Re: trying to set timer_resolution - but... 'unknown directive "timer_resolution"'

Igor Sysoev April 28, 2009 01:07AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 119
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready