re-add shuffling paste list

pull/1030/head
El RIDO 2022-12-12 21:28:38 +01:00
parent 78e75d5a3f
commit 53ab57627e
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 3 additions and 5 deletions

View File

@ -367,11 +367,9 @@ class Filesystem extends AbstractData
$opened = 0;
$limit = $batchsize * 10; // try at most 10 times $batchsize pastes before giving up
$time = time();
foreach ($this->_getPasteIterator() as $file) {
if ($file->isDir()) {
continue;
}
$pasteid = $file->getBasename('.php');
$files = $this->getAllPastes();
shuffle($files);
foreach ($files as $pasteid) {
if ($this->exists($pasteid)) {
$data = $this->read($pasteid);
if (