Re: [Mesa-dev] [PATCH 4/5] mesa: increase MaxServerWaitTimeout

2017-10-22 Thread Kenneth Graunke
On Sunday, October 22, 2017 12:18:11 PM PDT Nicolai Hähnle wrote: > From: Nicolai Hähnle > > The current value was introduced in commit a27180d0d8666, which claims > that it represents ~1.11 years. However, it is interpreted in nanoseconds, > so it actually only represents ~9.8 hours. That seems

[Mesa-dev] [PATCH 4/5] mesa: increase MaxServerWaitTimeout

2017-10-22 Thread Nicolai Hähnle
From: Nicolai Hähnle The current value was introduced in commit a27180d0d8666, which claims that it represents ~1.11 years. However, it is interpreted in nanoseconds, so it actually only represents ~9.8 hours. That seems a bit short. Use the largest value consistent with both int32 and int64. It