Skip to content

Commit 8891434

Browse files
committed
fixed default worker queue name
1 parent fe6c74d commit 8891434

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

SQLConnect/SQLConnection/SQLConnection.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
int const SQLConnectDefaultExecuteTimeout = 5;
1818

1919
NSString * const SQLConnectDefaultCharset = @"UTF-8";
20-
NSString * const SQLConnectWorkerQueueName = @"com.ability585.sqlconnect";
20+
NSString * const SQLConnectWorkerQueueName = @"com.importblogkit.sqlconnect";
2121

2222
NSString * const SQLConnectRowIgnoreMessage = @"Ignoring unknown row type";
2323

0 commit comments

Comments
 (0)