Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/09/16 11:37:51 (8 years ago)
Author:
thasling
Message:

increased frequences of all timers, threads, etc... for testing purposes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/thasling/DistributedGA/DistributedGA.Core.Host/Program.cs

    r13887 r13888  
    3131
    3232                int i = 0;
    33                 while (i < 10)
     33                while (true)
    3434                {
    3535                    i++;
    36                     Thread.Sleep(1000 * 10);
     36                    Thread.Sleep(1000);
    3737                    var message = CreateMessage(pi, i);
    3838                    Console.WriteLine("Publishing messages...");
Note: See TracChangeset for help on using the changeset viewer.