Workaround for EAC crash when CTDB plugin returns long log lines

This commit is contained in:
Grigory Chudov
2017-07-13 21:18:04 -04:00
parent bd6e1cc1ed
commit 5cf95e34ee
3 changed files with 22 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ namespace CUETools.CTDB.EACPlugin
if (resp == null)
{
#if DEBUG
string server = "hq.cuetools.net";
string server = "db.cuetools.net";
#else
string server = null;
#endif