# “系统”用户禁用了远程图片下载，不确定原因

**URL:** https://meta.discourse.org/t/system-user-disabled-remote-image-downloading-not-sure-why/170357
**Category:** Support
**Created:** [2020年十一月17日 12:58 UTC](https://meta.discourse.org/t/system-user-disabled-remote-image-downloading-not-sure-why/170357 "2020-11-17T12:58:17Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![bartv](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bartv/32/130052_2.png) [@bartv](https://meta.discourse.org/u/bartv)
#### Post date: [2020年十一月17日 12:58 UTC](https://meta.discourse.org/t/system-user-disabled-remote-image-downloading-not-sure-why/170357/1 "2020-11-17T12:58:17Z")

</div>

你好，

我意识到我们的安装程序不再下载远程图片了，并在日志中发现了以下内容：

![image](https://cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/meta/optimized/3X/2/6/261799c466c2478c6f6073a001783693b72d8773_2_690x40.png)

当时我们的存储空间并不紧张，那么还有哪些其他条件会触发这种情况？

---

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [2020年十一月17日 14:47 UTC](https://meta.discourse.org/t/system-user-disabled-remote-image-downloading-not-sure-why/170357/2 "2020-11-17T14:47:25Z")

</div>

没有其他条件会触发此问题。仅当 `available_disk_space < SiteSetting.download_remote_images_threshold` 时才会发生。

其中 `download_remote_images_threshold` 是一个百分比值。

---

<div class="post-metadata">

### Author: ![bartv](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bartv/32/130052_2.png) [@bartv](https://meta.discourse.org/u/bartv)
#### Post date: [2020年十一月18日 09:01 UTC](https://meta.discourse.org/t/system-user-disabled-remote-image-downloading-not-sure-why/170357/3 "2020-11-18T09:01:54Z")

</div>

有意思，也许我们短暂地触及了空闲空间的下限。谢谢，理查德！
