Skip to content

Commit

Permalink
2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Browse files Browse the repository at this point in the history
	* threadpool.c: increase the timeout for threads in the thread pool to 10s.
	Fixes bug #67159.


svn path=/branches/mono-1-0/mono/; revision=39293
  • Loading branch information
gonzalop committed Jan 21, 2005
1 parent d4f579a commit 4b4d4e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions mono/metadata/ChangeLog
@@ -1,4 +1,9 @@

2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* threadpool.c: increase the timeout for threads in the thread pool to 10s.
Fixes bug #67159.

Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>

* loader.c: for P/Invoke methods, allow the "Internal" shared
Expand Down
2 changes: 1 addition & 1 deletion mono/metadata/threadpool.c
Expand Up @@ -279,7 +279,7 @@ async_invoke_thread (gpointer data)

if (!data) {
guint32 wr;
int timeout = 500;
int timeout = 10000;
guint32 start_time = GetTickCount ();

do {
Expand Down

0 comments on commit 4b4d4e3

Please sign in to comment.