Skip to content

Commit

Permalink
Fixed some unecessary merge artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesduesing committed Oct 21, 2021
1 parent 1d168c2 commit 422e828
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Configuration {
case None => defaultElasticSearchHost

}
val limit : Int = 100
val limit : Int = 0
val throttle : Throttle = Throttle(5, 1 second, 5, ThrottleMode.shaping)

val tempFileStorage : String = "temp/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
// limitations under the License.
package de.upb.cs.swt.delphi.crawler.tools

import java.time.Clock

import de.upb.cs.swt.delphi.crawler.Configuration
import pdi.jwt.{Jwt, JwtAlgorithm, JwtClaim}

Expand Down

0 comments on commit 422e828

Please sign in to comment.