server: shorter name for Timer thread

This commit is contained in:
Michael Davidsaver
2018-04-04 20:55:57 -07:00
parent 1e0523b7b9
commit ff5d51b221

View File

@@ -39,7 +39,7 @@ ServerContextImpl::ServerContextImpl():
_broadcastPort(PVA_BROADCAST_PORT),
_serverPort(PVA_SERVER_PORT),
_receiveBufferSize(MAX_TCP_RECV),
_timer(new Timer("pvAccess-server timer", lowerPriority)),
_timer(new Timer("PVAS timers", lowerPriority)),
_beaconEmitter(),
_acceptor(),
_transportRegistry(),