Don't use more entropy for etags
This commit is contained in:
parent
6801f82d09
commit
8a63bcc1e8
|
@ -274,7 +274,7 @@ abstract class Common implements \OC\Files\Storage\Storage {
|
|||
$hash = call_user_func($ETagFunction, $path);
|
||||
return $hash;
|
||||
}else{
|
||||
return uniqid('', true);
|
||||
return uniqid();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue