mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-06-05 15:09:59 +09:00
Added settings file to easily adjust delays
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// time in ms to wait between requesting image files
|
||||
// increase this if you see timeouts or server errors
|
||||
exports.image_file_request_delay = 500;
|
||||
|
||||
// time in ms to wait between saving Markdown files
|
||||
// increase this if your file system becomes overloaded
|
||||
exports.markdown_file_write_delay = 25;
|
||||
Reference in New Issue
Block a user