Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24358
    Profile photo of Steve
    Steve
    Participant

    After I upload an image over FTP to /ss_media/new, how long will it take for manually running the cron job to process the file?

    Immediately after uploading the file, running the manual cron job will not pick up the file to process.

    I have to wait 30-60 seconds for the manual cron job to detect the file and process it.

    Although this is not a large delay, it interrupts the work flow, having to wait for 30-60 seconds for a process to complete.

    #24360
    Profile photo of Robin
    Robin
    Keymaster

    tools-ftp.php

    Change:

    if ((time() – filemtime($fileloc)) < 45) continue;

    to

    //if ((time() – filemtime($fileloc)) < 45) continue;

    #24387
    Profile photo of Steve
    Steve
    Participant

    Excellent. Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.