ofz#5379 Timeout

Change-Id: I88a33af938c93329780dc9da5a4160aed36fa9b3
This commit is contained in:
Caolán McNamara
2018-01-16 09:57:46 +00:00
parent c305850c15
commit 63bd7c4ccd

View File

@@ -323,7 +323,7 @@ public:
}
bool toodeep() const
{
return m_rFile.readdepth == 1024;
return m_rFile.readdepth == 512;
}
~DepthGuard()
{