Skip to content
Snippets Groups Projects
Commit 8a63bcc1 authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Don't use more entropy for etags

parent 6801f82d
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment