Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-03-19 22:13:12 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-03-19 22:13:12 +0300
commit2f9ec7170a86e0a0ecf331c94e3b4e3080a3622d (patch)
treec25de36ffbcb3e8187a2e736b37aadcab970f994 /appinfo
parentc7832cd441ff57d3a4216c5a3c1ed6fb344a5ac4 (diff)
Increase background job scanned files to 100
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c78e161..526b216 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -13,7 +13,7 @@
This application inspects files that are uploaded to Nextcloud for viruses before they are written to the Nextcloud storage. If a file is identified as a virus, it is either logged or not uploaded to the server. The application relies on the underlying ClamAV virus scanning engine, which the admin points Nextcloud to when configuring the application.
For this app to be effective, the ClamAV virus definitions should be kept up to date. Also note that enabling this app will impact system performance as additional processing is required for every upload. More information is available in the Antivirus documentation.
]]></description>
- <version>2.0.1</version>
+ <version>2.0.2</version>
<licence>agpl</licence>
<author>Manuel Delgado</author>