Update notes for 2019-04-15

This commit is contained in:
2019-04-15 23:01:19 +03:00
parent 1fe5b9b7f7
commit a6ca062f40
3 changed files with 25 additions and 8 deletions

View File

@ -674,5 +674,14 @@ return item_id
- Luckily none of the items already had CRPs, so I didn't have to worry about them getting removed
- It would have been much trickier if I had to get the CRPs for the items first, then add the CRPs...
- I ran a full Discovery indexing on CGSpace because I didn't do it after all the metadata updates last week:
```
$ time schedtool -B -e ionice -c2 -n7 nice -n19 dspace index-discovery -b
real 82m45.324s
user 7m33.446s
sys 2m13.463s
```
<!-- vim: set sw=2 ts=2: -->