Skip to content
View sachinpkale's full-sized avatar
  • AWS
  • Bangalore, India

Organizations

@opensearch-project
Block or Report

Block or report sachinpkale

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Jetty tuning for ring-jetty-adapter Jetty tuning for ring-jetty-adapter
    1
    ### Problem Statement
    2
    Clojure services generally use default configuration for ring.adapter.jetty. Adapter provides many configuration options as listed [here](https://github.com/ring-clojure/ring/blob/master/ring-jetty-adapter/src/ring/adapter/jetty.clj#L113).
    3
    We will talk about two important configurations parameters while tuning Jetty: *max-threads* and *accept-queue-size*.
    4
    Following are the default values:
    5
    - max-threads 50
  2. Clojure ns syntax cheat-sheet Clojure ns syntax cheat-sheet
    1
    ;;
    2
    ;; NS CHEATSHEET
    3
    ;;
    4
    ;; * :require makes functions available with a namespace prefix
    5
    ;;  and optionally can refer functions to the current ns.
  3. awesome-druid awesome-druid Public

    Forked from semantalytics/awesome-druid

  4. nginx nginx Public

    Forked from nginx/nginx

    An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to …

    C

  5. OpenSearch OpenSearch Public

    Forked from opensearch-project/OpenSearch

    Open source distributed and RESTful search engine.

    Java 2

  6. ring ring Public

    Forked from ring-clojure/ring

    Clojure HTTP server abstraction

    Clojure