Skip to content
Snippets Groups Projects

Devel

Merged Dr. Marcel Wunderlich requested to merge devel into main
Compare and Show latest version
5 files
+ 7
5
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -11,6 +11,8 @@ use OCP\IDBConnection;
abstract class BaseCollector implements ICollector {
const RETRY_TIMES = 3;
const STATE_ENABLED = 'true';
const STATE_DISABLED = 'false';
public function collect(IDBConnection $db, int $timestamp, int $chunkSize, ConfigService $config) {
$data = null;
Loading