mirror of
https://github.com/balzack/databag.git
synced 2025-02-15 04:59:16 +00:00
change nice value for transform queue
This commit is contained in:
parent
d5a502006b
commit
8e97e852a5
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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.',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user