mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-11-03 05:23:17 +00:00
9 lines
170 B
C#
9 lines
170 B
C#
namespace Lantean.QBitTorrentClient
|
|
{
|
|
public static class Limits
|
|
{
|
|
public const long GlobalLimit = -2;
|
|
|
|
public const long NoLimit = -1;
|
|
}
|
|
} |