网站如何应对洪水泛滥?
我知道,stackoverflow.com 上采用的时间限制实施是对抗洪水的一种方法。但有时我真的很想在输入前一条消息后立即输入另一条消息,并且我想等到时间限制解除。还有其他优雅的方法来对抗洪水吗?
I know,time restriction implementation as adopted on stackoverflow.com is a way to fight flooding. But sometimes I really want to input another message soon after I input a previous one and I want to wait until the time restriction is lifted. Is there other elegant way to fight flooding?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以增强时间控制限制 - 允许每 {longertime} 提交 {somenumber} 次,而不是每 {time} 提交一次。
You could augment the time-control restriction - rather than one submission every {time}, allow {somenumber} submissions every {longertime}.