mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2024-05-28
This commit is contained in:
@ -18,7 +18,7 @@ Then I did some work to add missing abstracts (about 900!), volumes, issues, lic
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2024-05/" />
|
||||
<meta property="article:published_time" content="2024-05-01T10:39:00+03:00" />
|
||||
<meta property="article:modified_time" content="2024-05-20T17:34:14+03:00" />
|
||||
<meta property="article:modified_time" content="2024-05-27T21:40:09+03:00" />
|
||||
|
||||
|
||||
|
||||
@ -42,9 +42,9 @@ Then I did some work to add missing abstracts (about 900!), volumes, issues, lic
|
||||
"@type": "BlogPosting",
|
||||
"headline": "May, 2024",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2024-05/",
|
||||
"wordCount": "1023",
|
||||
"wordCount": "1076",
|
||||
"datePublished": "2024-05-01T10:39:00+03:00",
|
||||
"dateModified": "2024-05-20T17:34:14+03:00",
|
||||
"dateModified": "2024-05-27T21:40:09+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -292,6 +292,15 @@ dspace=# \COPY (SELECT i.uuid, m.text_value AS submitted_by FROM item i JOIN met
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="2024-05-28">2024-05-28</h2>
|
||||
<ul>
|
||||
<li>I’m thinking of increasing the frequency of thumbnail generation on CGSpace
|
||||
<ul>
|
||||
<li>Currently the <code>dspace filter-media</code> script runs once at 3AM for all media types and seems to take ~10 minutes to run for all 118,000 items…</li>
|
||||
<li>I think I will make the thumbnailer run explicitly more often using <code>-p "ImageMagick PDF Thumbnail"</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user