Changeset 1786 for code/trunk/src/core/TclThreadManager.cc
- Timestamp:
- Sep 15, 2008, 11:11:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/TclThreadManager.cc
r1784 r1786 46 46 namespace orxonox 47 47 { 48 const int TCLTHREADMANAGER_MAX_QUEUE_LENGTH = 100;49 const int TCLTHREADMANAGER_MAX_CPU_USAGE = 0.50;48 const unsigned int TCLTHREADMANAGER_MAX_QUEUE_LENGTH = 100; 49 const float TCLTHREADMANAGER_MAX_CPU_USAGE = 0.50f; 50 50 51 51 SetConsoleCommandShortcutAlias(TclThreadManager, execute, "tclexecute").argumentCompleter(0, autocompletion::tclthreads());
Note: See TracChangeset
for help on using the changeset viewer.