From 9a98a8f8ce90fb3bdb0707737582a4153056946e Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Wed, 21 Mar 2012 11:46:59 +0100 Subject: [PATCH] - put file checksum and delta seq into vertical data to reduce the incore size --- src/repo_write.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/repo_write.c b/src/repo_write.c index 2a03f28..a56c477 100644 --- a/src/repo_write.c +++ b/src/repo_write.c @@ -962,6 +962,9 @@ static Id verticals[] = { SOLVABLE_EULA, SOLVABLE_DISKUSAGE, SOLVABLE_FILELIST, + SOLVABLE_CHECKSUM, + DELTA_CHECKSUM, + DELTA_SEQ_NUM, 0 }; -- 2.7.4