如何限制phpbb的搜索功能
我有一个大型 phpbb 论坛,最近被扔到了我的腿上,搜索功能确实耗尽了我的服务器资源。
我正在寻找一种在 500 个结果后停止查询的方法。据我了解,sql_query_limit 函数可以解决这个问题,但 phpbb 的搜索功能超出了我的知识水平。
非常感谢任何指向正确方向的帮助。
I have a large phpbb forum that was recently dumped into my lap and the search function is really eating up my server resources.
I am looking for a way to stop the query after say 500 results. It is my understanding that the sql_query_limit function could take care of this issue but phpbb's search functions are above my knowledge level.
Any help being pointed in the correct direction is greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
phpbb 默认不允许搜索超过 50 个结果
phpbb won't allow to search more than 50 results by default