Differences From:
File
src/verify.c
part of check-in
[61ddd63b72]
- Work toward making fossil work better on large repositories.
This version implements a cache in the content manager. It is not
clear yet if this is necessarily a good idea - this check-in might
end up on an abandoned branch at some point.
by
drh on
2008-03-06 22:58:48.
[view]
To:
File
src/verify.c
part of check-in
[0afb5e8e39]
- This version is able to clone the entire TCL repository in 12.5 minutes
and to rebuild the cloned TCL repository in 2.5 minutes. There is still
a lot of performance work to be done, but this is good enough for the
time being.
by
drh on
2008-03-08 14:52:56.
[view]
@@ -103,8 +103,15 @@
assert( !inFinalVerify );
if( rid>0 ){
bag_insert(&toVerify, rid);
}
+}
+
+/*
+** Cancel all pending verification operations.
+*/
+void verify_cancel(void){
+ bag_clear(&toVerify);
}
/*
** COMMAND: test-verify-all