Changeset 3542

Show
Ignore:
Timestamp:
07/22/08 10:32:05 (4 months ago)
Author:
ksprotte
Message:

removed (bos.m2.allocation-cache:rebuild-cache) from daily job, cause it is done in snapshot (and wrong to do there anyway - because rebuild-cache is not a transaction, but would need to be logged)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/projects/bos/m2/allocation-cache.lisp

    r3539 r3542  
    233233 
    234234(defun rebuild-cache () 
     235  "" 
    235236  (unless *allocation-cache* 
    236237    (setq *allocation-cache* (make-allocation-cache))) 
  • trunk/projects/bos/web/daily.lisp

    r2981 r3542  
    88  (format t "; snapshotting datastore~%") 
    99  (snapshot) 
    10   (format t "; rebuilding allocation-cache~%") 
    11   (bos.m2.allocation-cache:rebuild-cache) 
    1210  (format t "; running check (consistent-p)~%") 
    1311  (flet ((consistent-p-report ()