summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-26 06:11:37 +0100
committerdefault <nobody@localhost>2022-11-26 06:11:37 +0100
commit14dd5b64c9ddbb241147ec53e5db890c8b4a21e4 (patch)
treefe7982be260fa3db8aca88d7622b455e7ba1a68b
parent8e83821eeec1fb967afb4b26896271c6106c25ef (diff)
Added comment.
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index 5f7a852..7782d90 100644
--- a/data.c
+++ b/data.c
@@ -566,7 +566,7 @@ int _object_user_cache(snac *snac, const char *id, const char *cachedir, int del
int ret;
if (del) {
- index_del(idx, id);
+ index_del(idx, id); // expensive; let it fail on processing?
ret = unlink(cfn);
}
else {