change nice value for transform queue

This commit is contained in:
Roland Osborne 2022-09-04 21:45:02 -07:00
parent d5a502006b
commit 8e97e852a5
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
convert -strip $1 -auto-orient -resize '1024x1024>' $2 nice -n 5 convert -strip $1 -auto-orient -resize '1024x1024>' $2

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
convert -strip $1 -auto-orient -resize '192x192>' $2 nice -n 5 convert -strip $1 -auto-orient -resize '192x192>' $2

View File

@ -17,7 +17,7 @@ export function Channels({ open, active }) {
} }
catch(err) { catch(err) {
Modal.error({ Modal.error({
title: 'Failed to Create Channel', title: 'Failed to Create Topic',
content: 'Please try again.', content: 'Please try again.',
}); });
} }