Skip to content

Commit d3c6a78

Browse files
author
Alex Meadows
committed
process_tracker_python-81 Extract finders should return ExtractTracker objects, not Extracts
🐛 Config file had wrong parameter input - also for mysql Documentation and the config file didn't match. Have modified config file to now match the documentation. Closes #81
1 parent d0ad2a6 commit d3c6a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/mysql_config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[DEFAULT]
22
log_level = ERROR
3-
max_sequential_failures = 5
3+
max_concurrent_failures = 5
44
data_store_type = mysql
55
data_store_username = pt_admin
66
data_store_password = Testing1!

0 commit comments

Comments
 (0)