FeatureFuel
1

Minimum File Ingest Size [Feature Request]

Source: paperless-ngx/paperless-ngx#13610 · opened by @ados8
Description

This is a unique problem, but I feel it's worth addressing.
I have an ingest system which uses file chunks, buffering until complete, resulting in a 0 KB file until fully transferred.
Paperless sees the file and instantly tries to import, causing a failure.
I'm aware that Paperless has a delay function, but that's a hacky workaround and adds unnecessary delay.
As the file has a size always 0 KB, a targeted solution is to have a variable that controls the minimum file size.
Users could set anything, potential for other use cases.
In this case, blocking ingest until the file is 1 KB+.
This resolves the issue without adding an artificial delay.

Other

_No response_

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests