diff --git a/src/libCom/misc/ipAddrToAsciiAsynchronous.cpp b/src/libCom/misc/ipAddrToAsciiAsynchronous.cpp index 97fb7dee3..fc41e40bc 100644 --- a/src/libCom/misc/ipAddrToAsciiAsynchronous.cpp +++ b/src/libCom/misc/ipAddrToAsciiAsynchronous.cpp @@ -21,7 +21,7 @@ epicsMutex ipAddrToAsciiEngine::mutex; ipAddrToAsciiEngine::ipAddrToAsciiEngine ( const char *pName ) : - thread ( * new epicsThread ( *this, pName, 0x1000, epicsThreadPriorityLow ) ), + thread ( * new epicsThread ( *this, pName, 0x2000, epicsThreadPriorityLow ) ), nextId ( 0u ), exitFlag ( false ) { this->thread.start (); // start the thread