Skip to content

Commit caad678

Browse files
author
Daniel Neto
committed
Update
1 parent 096a60b commit caad678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objects/Encoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ public static function run($try = 0)
12841284
{
12851285
global $global, $advancedCustom;
12861286
$maxTries = 4;
1287-
$lockFile = sys_get_temp_dir() . '/encoder_run.lock';
1287+
$lockFile = sys_get_temp_dir() . '/encoder_run.'.md5($global['webSiteRootURL']).'.lock';
12881288

12891289
// Check if the lock file exists
12901290
if (file_exists($lockFile)) {

0 commit comments

Comments
 (0)