Changes between Initial Version and Version 1 of Ticket #51857, comment 144
- Timestamp:
- 09/30/2021 09:40:25 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51857, comment 144
initial v1 1 I saw similar timeout issues in large plugins in the WP docker test env. I was able to solve this by changing `copy_dir()` to a `rename()`.1 I saw similar timeout issues in large plugins in the WP docker test env. I was able to solve this by adding `rename()` as the initial attempt in `copy_dir()`. 2 2 3 3 I shared a testing solution with @peterwilsoncc