Use config value for DB parameter limit
Opened this issue · 0 comments
mzur commented
As described here, a config value for the database parameter limit should be added. This limit should be used in all places that chunk data because of the parameter limit. We can then use a low limit in the tests to test the chunking behavior.
Places that may care about the parameter limit:
- https://github.com/biigle/core/blob/master/app/Jobs/CloneImagesOrVideos.php
- https://github.com/biigle/core/blob/master/app/Jobs/CreateNewImagesOrVideos.php
- https://github.com/biigle/core/blob/master/app/Jobs/ImportVolumeMetadata.php
- https://github.com/biigle/largo/blob/master/src/Jobs/ApplyLargoSession.php
- https://github.com/biigle/largo/blob/master/src/Jobs/InitializeFeatureVectorChunk.php
- https://github.com/biigle/maia/blob/master/src/Jobs/ConvertAnnotationCandidates.php
- https://github.com/biigle/maia/blob/master/src/Jobs/DetectionJob.php
- https://github.com/biigle/maia/blob/master/src/Jobs/GenerateAnnotationFeatureVectors.php
- https://github.com/biigle/maia/blob/master/src/Jobs/PrepareAnnotationsJob.php
- https://github.com/biigle/sync/blob/master/src/Support/Import/VolumeImport.php