Details
Details
- Reviewers
machniak - Group Reviewers
Restricted Project - Commits
- rK126ce0648697: Progress reporting
Diff Detail
Diff Detail
- Repository
- rK kolab
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Results in output like this:
[2025-03-19 15:47:13] production.DEBUG: Folder already exists: Sent Item Progress [11655] 15 items/s Migrated 11655 items
| src/app/DataMigrator/Engine.php | ||
|---|---|---|
| 190 | I never used hrtime() ;). I would use microtime(true) and be more precise, or in this case just time() as you use seconds anyway. | |