Lucas
Lucas
请问使用NFS在IO上会不会有性能问题
My servers have battery backend, I would like to disable filesystem journal and write barrier to improve performance. mkfs.ext4 in tens of terabytes raid disk will take more then 20s,...
Ok, I haven't coded any kubernetes project, but I will try. Thx
@xhofe 3.35版本容器重启后配置依然会被重置 https://github.com/alist-org/alist/blob/270587723579f717d6da0c3e5b7131d72f919b1a/internal/bootstrap/config.go#L45 这边的配置被default配置覆盖后写回到了json文件里
在k8s环境中启动无法读取到本地配置,用的是默认配置。 可能是因为在viper.SetConfigName()和viper.AddConfigPath()之前读取了配置,没有指定正确的路径
+1
> I'm not sure I understood your question / problem but `_body` is a private attribute that you should not be accessing or interacting with. Maybe try `await request.body()`? @adriangb...
And I discovered similar topic in the discussion, which might be related. https://github.com/encode/starlette/discussions/2556
> If you guys temporarily disable hardware acceleration, does it work normally? remove vaapi in docker compose worked.