increase sweep thread stack size

pull/130/head
DiSlord 6 years ago
parent 61b3989c28
commit 34a3eeafce

@ -115,7 +115,7 @@ const char *info_about[]={
0 // sentinel
};
static THD_WORKING_AREA(waThread1, 640);
static THD_WORKING_AREA(waThread1, 768);
static THD_FUNCTION(Thread1, arg)
{
(void)arg;

Loading…
Cancel
Save

Powered by TurnKey Linux.