We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096a60b commit caad678Copy full SHA for caad678
objects/Encoder.php
@@ -1284,7 +1284,7 @@ public static function run($try = 0)
1284
{
1285
global $global, $advancedCustom;
1286
$maxTries = 4;
1287
- $lockFile = sys_get_temp_dir() . '/encoder_run.lock';
+ $lockFile = sys_get_temp_dir() . '/encoder_run.'.md5($global['webSiteRootURL']).'.lock';
1288
1289
// Check if the lock file exists
1290
if (file_exists($lockFile)) {
0 commit comments