mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 13:23:25 +03:00
larger object pool
This commit is contained in:
parent
6b73d1b8f4
commit
423f08ce8c
@ -170,7 +170,7 @@ private:
|
||||
boost::mutex m_mutex;
|
||||
boost::condition_variable m_cond;
|
||||
|
||||
const static int DEFAULT_POOL_SIZE = 32;
|
||||
const static int DEFAULT_POOL_SIZE = 255;
|
||||
};
|
||||
|
||||
} // namespace Discriminative
|
||||
|
Loading…
Reference in New Issue
Block a user