* Reduced default stable time.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34509 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2004-2008, Haiku, Inc. All rights reserved.
|
* Copyright 2004-2009, Haiku, Inc. All rights reserved.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Andrew Bachmann
|
* Andrew Bachmann
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "AddOnMonitorHandler.h"
|
#include "AddOnMonitorHandler.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
@@ -14,12 +15,13 @@
|
|||||||
|
|
||||||
|
|
||||||
#ifndef ADD_ON_STABLE_SECONDS
|
#ifndef ADD_ON_STABLE_SECONDS
|
||||||
# define ADD_ON_STABLE_SECONDS 5
|
# define ADD_ON_STABLE_SECONDS 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
AddOnMonitorHandler::AddOnMonitorHandler(const char* name)
|
AddOnMonitorHandler::AddOnMonitorHandler(const char* name)
|
||||||
: NodeMonitorHandler(name != NULL ? name : "AddOnMonitorHandler")
|
:
|
||||||
|
NodeMonitorHandler(name != NULL ? name : "AddOnMonitorHandler")
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user