commit | b3167ec6e1d9f24c7dab427b62970f02dc637f94 | [log] [tgz] |
---|---|---|
author | Sven Selberg <svense@axis.com> | Thu Mar 17 15:29:33 2022 +0100 |
committer | Sven Selberg <svense@axis.com> | Fri Mar 18 09:59:08 2022 +0100 |
tree | 73e2d983cd5d42608b0084ff9cd848ea0436f71a | |
parent | 90d11d5924b20f64cf15398a5534a429db65c878 [diff] |
Decrease size of serialized ParsingQueueTask The RevisionCreatedListener.Event contained a whole lot of data that we don't need. The footprint of one ParsingQueueTask with the Event was ~22k which is unnecessarily large. Storing the vital information in the dto PatchsetCreationData instead significantly decreases the storage footprint of a ParsingQueueTask. Solves: Jira GER-1715 Change-Id: Ia463c34d9235f8208d376d78f0c68d1dba595bd8