#include <cstdio>#include <cstdlib>#include <lua.h>#include <lauxlib.h>#include <lualib.h>#include "server.h"#include "s_async.h"#include "log.h"#include "config.h"#include "filesys.h"#include "settings.h"#include "porting.h"#include "common/c_internal.h"#include "common/c_packer.h"#include "lua_api/l_base.h"
Include dependency graph for s_async.cpp:Variables | |
| static constexpr int | AUTOSCALE_DELAY_MS = 1000 |
| static constexpr int | STUCK_DELAY_MS = 11500 |
|
staticconstexpr |
Referenced by AsyncEngine::stepAutoscale().
|
staticconstexpr |
Referenced by AsyncEngine::stepStuckWarning().