mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-01 16:13:23 +00:00
chore: Compsize is expensive and informational, let's skip it.
This commit is contained in:
parent
b01a7c42a5
commit
bfa6bbedab
@ -273,7 +273,7 @@ fi
|
||||
fi
|
||||
cmd find "$TARGET"/ -mindepth 1 -maxdepth 1 -mtime +"$DB_MAX_AGE" \( -name "$RMLINT_DB" -or -name "$DUPEREMOVE_DB" \) -delete
|
||||
powerchange || true
|
||||
cmd compsize "$TARGET"/ &
|
||||
# cmd compsize "$TARGET"/ &
|
||||
worker_waiter
|
||||
if ! is_true "$RMLINT_SKIP"; then
|
||||
if ! is_true "$RMLINT_REPLAY_DISABLE" && [[ -f "$TARGET"/"$RMLINT_DB" ]]; then
|
||||
@ -298,7 +298,7 @@ fi
|
||||
cmd cp -a 'rmlint.json' "$TARGET"/"$RMLINT_DB"
|
||||
fi
|
||||
cmd rm -f rmlint*
|
||||
cmd compsize "$TARGET"/ &
|
||||
# cmd compsize "$TARGET"/ &
|
||||
worker_waiter
|
||||
fi
|
||||
if ! is_true "$DUPEREMOVE_SKIP"; then
|
||||
@ -313,7 +313,7 @@ fi
|
||||
worker_waiter
|
||||
cmd cp -a "$DUPEREMOVE_DB" "$TARGET"/
|
||||
cmd rm -f "$DUPEREMOVE_DB"
|
||||
cmd compsize "$TARGET"/ &
|
||||
# cmd compsize "$TARGET"/ &
|
||||
worker_waiter
|
||||
fi
|
||||
) &
|
||||
|
Loading…
x
Reference in New Issue
Block a user