disable SSR and make few more tweaks

This commit is contained in:
Volodymyr Smirnov
2020-10-27 20:05:24 +02:00
parent 931db11b6e
commit ce353a42dc
8 changed files with 16 additions and 35 deletions

View File

@@ -27,8 +27,6 @@ namespace MalwareMultiScan.Backends.Backends.Implementations
private static async Task<string[]> Scan()
{
throw new Exception("Something");
await Task.Delay(
TimeSpan.FromSeconds(5));

View File

@@ -1,3 +0,0 @@
FROM mindcollapse/malware-multi-scan-scanner:latest
ENV BackendType=Dummy