mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Don't use more entropy for etags
This commit is contained in:
parent
6801f82d09
commit
8a63bcc1e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue