Ignore:
Timestamp:
09/18/19 10:00:24 (5 years ago)
Author:
bart
Message:

Faster example parties

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/geniusweb/partiesserver/repository/RunningParty.java

    r1 r4  
    1212import geniusweb.actions.PartyId;
    1313import geniusweb.connection.DefaultConnection;
     14import geniusweb.partiesserver.RunningPartiesUpdater;
    1415import geniusweb.party.Party;
    1516import geniusweb.party.inform.Inform;
     
    100101         * @param name         The name, this should match the filename in the repo
    101102         *                     (without the .jar).
    102          * @param maxRunTimeMS the maximum runtime for this party (ms)
     103         * @param maxRunTimeMS the maximum runtime for this party (ms). The {@link RunningPartiesUpdater}
     104         * will keep an eye on the time and handle removal after time is up.
     105         *
    103106         */
    104107        public static RunningParty create(Party party, String name,
Note: See TracChangeset for help on using the changeset viewer.