-
Notifications
You must be signed in to change notification settings - Fork 5
Added api request limit by ip functionality #8 #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #35 +/- ##
==========================================
- Coverage 1.58% 1.44% -0.14%
==========================================
Files 14 17 +3
Lines 379 414 +35
Branches 28 31 +3
==========================================
Hits 6 6
- Misses 373 408 +35
Continue to review full report at Codecov.
|
src/main/scala/de/upb/cs/swt/delphi/instancemanagement/InstanceRegistry.scala
Show resolved
Hide resolved
|
|
||
|
|
||
| class IpLogActor extends Actor with AppLogging { | ||
| private var ipStore = ListBuffer[String]() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Log the extracted ip address for given duration
No description provided.