We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
需知
升级feapder,保证feapder是最新版,若BUG仍然存在,则详细描述问题
pip install --upgrade feapder
问题 在setting.py里面设置了请求永远去重以后,我连接的redis就立马崩溃了,目前使用的redis是阿里云的rds redis,然后数据库立马重启。
截图
代码 setting.py
REQUEST_FILTER_ENABLE = True # request 去重 REQUEST_FILTER_SETTING = dict( filter_type=1, # 永久去重(BloomFilter) = 1 、内存去重(MemoryFilter) = 2、 临时去重(ExpireFilter)= 3、 轻量去重(LiteFilter)= 4 expire_time=2592000, # 过期时间1个月 )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
需知
升级feapder,保证feapder是最新版,若BUG仍然存在,则详细描述问题
问题
在setting.py里面设置了请求永远去重以后,我连接的redis就立马崩溃了,目前使用的redis是阿里云的rds redis,然后数据库立马重启。
截图
代码
setting.py
REQUEST_FILTER_ENABLE = True # request 去重
REQUEST_FILTER_SETTING = dict(
filter_type=1, # 永久去重(BloomFilter) = 1 、内存去重(MemoryFilter) = 2、 临时去重(ExpireFilter)= 3、 轻量去重(LiteFilter)= 4
expire_time=2592000, # 过期时间1个月
)
The text was updated successfully, but these errors were encountered: