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

【需求】专项漏洞检测 或者 批量检测等,上传的资产没法超过 1024KB #1753

Open
money0day opened this issue Jun 20, 2024 · 3 comments

Comments

@money0day
Copy link

【需求】专项漏洞检测 或者 批量检测等,上传的资产没法超过 1024KB
这个是根据性能决定跑的时候,这个可以改成自定义么

image

@Vernon818
Copy link
Collaborator

不是性能问题,是因为考虑远程使用,这里选择路径是需要前端把内容读出来填到框里的,太大的话,读取有问题,所以这里限制了大小

@money0day
Copy link
Author

不是性能问题,是因为考虑远程使用,这里选择路径是需要前端把内容读出来填到框里的,太大的话,读取有问题,所以这里限制了大小

如果资产数目过大,有什么解决方案吗,可以添加一个本地使用的上传无大小限制

@Vernon818
Copy link
Collaborator

有的,我们到时候把这个限制放开,弄成自定义吧

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

2 participants