Skip to content

Commit

Permalink
Document mainthread_callback_max_time units
Browse files Browse the repository at this point in the history
  • Loading branch information
jtackaberry committed May 12, 2012
1 parent 7dcc5df commit 00011ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core.py
Expand Up @@ -63,8 +63,8 @@ class CoreThreading:
# this variable in which case it is None.
python_shutting_down = False

# The amount of time the main thread can be blocked while executing
# callbacks that were queued to be invoked from the main loop.
# The amount of time (in seconds) the main thread can be blocked while
# executing callbacks that were queued to be invoked from the main loop.
mainthread_callback_max_time = 2.0

# Internal only attributes.
Expand Down

0 comments on commit 00011ec

Please sign in to comment.