Skip to content

Commit

Permalink
fix(v2): plugin names (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaxoos authored Nov 7, 2024
1 parent 265957d commit c67065c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ktor Server Rate Limiter
# Ktor Rate Limiting

Manage request rate limiting as you see fit with RateLimiting in your Ktor server, ensuring you protect your application from potential abuse or resource overload.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ktor-server-rate-limiting
name: Rate Limiting
description: Manage request rate limiting as you see fit
vcsLink: https://github.com/Flaxoos/extra-ktor-plugins
license: Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ktor Server Task Scheduling
# Ktor Task Scheduling

Manage scheduled tasks across instances of your distributed ktor server, using various strategies and a kotlin flavoured cron tab
Use Redis, JDBC or MongoDb for managing locks, or implement your own strategy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ktor-server-task-scheduling-core
name: Task Scheduling
description: Manages scheduled tasks across instances of your distributed Ktor server
vcsLink: https://github.com/Flaxoos/extra-ktor-plugins
license: Apache 2.0
Expand Down

0 comments on commit c67065c

Please sign in to comment.