hexsum / Mojo-Weixin

使用Perl语言(不会没关系)编写的个人账号微信/weixin/wechat客户端框架(非GUI),可通过插件提供基于HTTP协议的api接口供其他语言或系统调用
Other
1.24k stars 253 forks source link

Does the images in /tmp got auto-deleted? #134

Closed Turgon-Aran-Gondolin closed 7 years ago

Turgon-Aran-Gondolin commented 7 years ago

Does the downloaded images in /tmp got auto-deleted after a while? If so, is there a way to prevent it?

hexsum commented 7 years ago

Things in '/tmp' will be deleted by OS, it's not persistent. You can set your own dir by following: Mojo::Weixin->new(media_dir=>"/your/owner/path");