• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

How to improve image deletion speed?

twm

Chevereto Member
Hi,
I noticed that v3.18.x can only delete 50 pictures at a time, which is too slow for me.
I may need to delete more than 1M pictures.
Can the chv_settings file set the speed of Cron?
Cron is already enabled.

thank you
 
Hi,
I noticed that v3.18.x can only delete 50 pictures at a time, which is too slow for me.
I may need to delete more than 1M pictures.
Can the chv_settings file set the speed of Cron?
Cron is already enabled.

thank you

Speed of cron? I mean you are asking about the execution of the cron. It has to do at the server level. But, you can schedule cron for every 10 seconds using the following

*/10 * * * * * cron command

Don't try to reduce as it may overload your servers if there is too much of a cron job. But you can try.
 
Back
Top