mirror of
https://github.com/suitenumerique/drive.git
synced 2026-08-30 11:49:38 +02:00
The inline dummy backend reported files safe before the upload response returned, so the analyzing upload state was never observable. Delay the safe result off the request thread to expose it for frontend testing.
5 lines
217 B
Plaintext
5 lines
217 B
Plaintext
FRONTEND_RELEASE_NOTE_ENABLED=False
|
|
WOPI_CLIENTS="collabora"
|
|
# Report uploads as safe synchronously so files are ready instantly in e2e.
|
|
MALWARE_DETECTION_BACKEND=lasuite.malware_detection.backends.dummy.DummyBackend
|