Skip to content

Commit d9c9b40

Browse files
committed
Fixes default classrooms rate limit
1 parent 7c5c236 commit d9c9b40

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/Lithnet.GoogleApps.MA.UnitTests/Lithnet.GoogleApps.MA.UnitTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
<HintPath>..\packages\Google.GData.Extensions.2.2.0.0\lib\Google.GData.Extensions.dll</HintPath>
9191
<Private>True</Private>
9292
</Reference>
93-
<Reference Include="Lithnet.GoogleApps, Version=1.0.6993.27059, Culture=neutral, processorArchitecture=MSIL">
94-
<HintPath>..\packages\Lithnet.GoogleApps.1.0.6993.27059\lib\net452\Lithnet.GoogleApps.dll</HintPath>
93+
<Reference Include="Lithnet.GoogleApps, Version=1.0.6996.20616, Culture=neutral, processorArchitecture=MSIL">
94+
<HintPath>..\packages\Lithnet.GoogleApps.1.0.6996.20616\lib\net452\Lithnet.GoogleApps.dll</HintPath>
9595
</Reference>
9696
<Reference Include="Lithnet.Logging, Version=1.0.5774.20685, Culture=neutral, processorArchitecture=MSIL">
9797
<HintPath>..\packages\Lithnet.Logging.1.0.5774.20685\lib\net40\Lithnet.Logging.dll</HintPath>

src/Lithnet.GoogleApps.MA.UnitTests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<package id="Google.GData.Client" version="2.2.0.0" targetFramework="net452" />
1515
<package id="Google.GData.Contacts" version="2.2.0.0" targetFramework="net452" />
1616
<package id="Google.GData.Extensions" version="2.2.0.0" targetFramework="net452" />
17-
<package id="Lithnet.GoogleApps" version="1.0.6993.27059" targetFramework="net452" />
17+
<package id="Lithnet.GoogleApps" version="1.0.6996.20616" targetFramework="net452" />
1818
<package id="Lithnet.Logging" version="1.0.5774.20685" targetFramework="net452" />
1919
<package id="Lithnet.MetadirectoryServices" version="1.0.6478.33562" targetFramework="net452" />
2020
<package id="log4net" version="2.0.8" targetFramework="net452" />

src/Lithnet.GoogleApps.MA/ConfigSections/ClassroomApiElement.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ internal class ClassroomApiElement : ConfigurationElement
88
private const string PropPoolSize = "pool-size";
99
private const string PropImportThreadsCourseMember = "import-threads-course-member";
1010

11-
[ConfigurationProperty(ClassroomApiElement.PropRateLimit, IsRequired = false, DefaultValue = 50)]
11+
[ConfigurationProperty(ClassroomApiElement.PropRateLimit, IsRequired = false, DefaultValue = 5)]
1212
public int RateLimit
1313
{
1414
get

src/Lithnet.GoogleApps.MA/Lithnet.GoogleApps.MA.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@
192192
<HintPath>..\packages\Google.GData.Extensions.2.2.0.0\lib\Google.GData.Extensions.dll</HintPath>
193193
<Private>True</Private>
194194
</Reference>
195-
<Reference Include="Lithnet.GoogleApps, Version=1.0.6993.27059, Culture=neutral, processorArchitecture=MSIL">
196-
<HintPath>..\packages\Lithnet.GoogleApps.1.0.6993.27059\lib\net452\Lithnet.GoogleApps.dll</HintPath>
195+
<Reference Include="Lithnet.GoogleApps, Version=1.0.6996.20616, Culture=neutral, processorArchitecture=MSIL">
196+
<HintPath>..\packages\Lithnet.GoogleApps.1.0.6996.20616\lib\net452\Lithnet.GoogleApps.dll</HintPath>
197197
</Reference>
198198
<Reference Include="Lithnet.Logging, Version=1.0.5774.20685, Culture=neutral, processorArchitecture=MSIL">
199199
<HintPath>..\packages\Lithnet.Logging.1.0.5774.20685\lib\net40\Lithnet.Logging.dll</HintPath>

src/Lithnet.GoogleApps.MA/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<package id="Google.GData.Client" version="2.2.0.0" targetFramework="net452" />
1616
<package id="Google.GData.Contacts" version="2.2.0.0" targetFramework="net452" />
1717
<package id="Google.GData.Extensions" version="2.2.0.0" targetFramework="net452" />
18-
<package id="Lithnet.GoogleApps" version="1.0.6993.27059" targetFramework="net452" />
18+
<package id="Lithnet.GoogleApps" version="1.0.6996.20616" targetFramework="net452" />
1919
<package id="Lithnet.Logging" version="1.0.5774.20685" targetFramework="net452" />
2020
<package id="Lithnet.MetadirectoryServices" version="1.0.6478.33562" targetFramework="net452" />
2121
<package id="log4net" version="2.0.8" targetFramework="net452" />

0 commit comments

Comments
 (0)