mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-10-10 20:26:16 +00:00
disable SSR and make few more tweaks
This commit is contained in:
@@ -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));
|
||||
|
||||
|
@@ -1,3 +0,0 @@
|
||||
FROM mindcollapse/malware-multi-scan-scanner:latest
|
||||
|
||||
ENV BackendType=Dummy
|
Reference in New Issue
Block a user