commit 1a1715c0f563ebe7825941808549666f4fe73a0e parent 9c2b43f332cff4e4807f3bb2d352acdea2d828d1 Author: Michael Savage <mikejsavage@gmail.com> Date: Sat Sep 10 18:12:37 -0700 Increase WorkQueue size to handle async terrain paging Diffstat:
work_queue.h | | | 2 | +- |
diff --git a/work_queue.h b/work_queue.h @@ -15,7 +15,7 @@ struct Job { }; struct WorkQueue { - Job jobs[ 256 ]; + Job jobs[ 2048 ]; Semaphore sem;