简体   繁体   English

IIS中的应用程序池属性中最大失败次数可以赋予最大值?

[英]What is the maximum value can be given to maximum number of failures in application pool properties in IIS?

In my application,application pool is stopped due to series of failures.so i thought of increasing the 'maximum failures' count under 'rapid fail protection'. 在我的应用程序中,由于一系列故障而导致应用程序池停止。因此,我想到了在“快速故障保护”下增加“最大故障数”。

I want to assign a big number to 'maximum failures'. 我想为“最大失败次数”分配一个大数字。 What could be the maximum value that can be assigned to 'maximum failures' for 'failure interval of 5 minutes'?. 在“ 5分钟的故障间隔”内可以分配给“最大故障”的最大值是多少?

Thanks in Advance! 提前致谢!

Int would be the safest bet: 2,147,483,647 整数将是最安全的选择:2,147,483,647

But you could just turn off rapid fail protection because you look like you don't want it to occur anyways. 但是您可以关闭快速故障保护功能,因为您似乎不希望它发生。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM