Skip to content
New issue

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

使用MAXFLOAT来设置缓存时间有bug #528

Open
wqforever opened this issue Oct 16, 2020 · 0 comments
Open

使用MAXFLOAT来设置缓存时间有bug #528

wqforever opened this issue Oct 16, 2020 · 0 comments

Comments

@wqforever
Copy link

wqforever commented Oct 16, 2020

在debug环境没问题,release环境,此设置无效。
代码如下:
- (NSInteger)cacheTimeInSeconds { if (self.shouldCache == YES) { return MAXFLOAT; } else { return -1; } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant