Skip to content
Snippets Groups Projects
Commit a48f8e7d authored by paul.tresson_ird.fr's avatar paul.tresson_ird.fr
Browse files

lower default value for temp file cleanup, previous one seemed to high on usage

parent 3738e86c
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ class EncoderAlgorithm(IAMAPAlgorithm):
"Frequencie at which temporary files should be cleaned up (zero means no cleanup)."
),
type=QgsProcessingParameterNumber.Integer,
defaultValue=1000,
defaultValue=500,
minValue=1,
maxValue=10000,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment