mirror of
https://github.com/aykhans/bsky-feedgen.git
synced 2025-06-01 19:07:34 +00:00
Add 'automaxprocs'
This commit is contained in:
parent
e6fec752f9
commit
c0d03ba341
@ -12,6 +12,7 @@ import (
|
|||||||
"github.com/aykhans/bsky-feedgen/pkg/logger"
|
"github.com/aykhans/bsky-feedgen/pkg/logger"
|
||||||
"github.com/aykhans/bsky-feedgen/pkg/storage/mongodb"
|
"github.com/aykhans/bsky-feedgen/pkg/storage/mongodb"
|
||||||
"github.com/aykhans/bsky-feedgen/pkg/storage/mongodb/collections"
|
"github.com/aykhans/bsky-feedgen/pkg/storage/mongodb/collections"
|
||||||
|
_ "go.uber.org/automaxprocs"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
@ -17,6 +17,7 @@ import (
|
|||||||
"github.com/aykhans/bsky-feedgen/pkg/logger"
|
"github.com/aykhans/bsky-feedgen/pkg/logger"
|
||||||
"github.com/aykhans/bsky-feedgen/pkg/storage/mongodb"
|
"github.com/aykhans/bsky-feedgen/pkg/storage/mongodb"
|
||||||
"github.com/aykhans/bsky-feedgen/pkg/storage/mongodb/collections"
|
"github.com/aykhans/bsky-feedgen/pkg/storage/mongodb/collections"
|
||||||
|
_ "go.uber.org/automaxprocs"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
@ -17,6 +17,7 @@ import (
|
|||||||
"github.com/aykhans/bsky-feedgen/pkg/logger"
|
"github.com/aykhans/bsky-feedgen/pkg/logger"
|
||||||
"github.com/aykhans/bsky-feedgen/pkg/storage/mongodb"
|
"github.com/aykhans/bsky-feedgen/pkg/storage/mongodb"
|
||||||
"github.com/aykhans/bsky-feedgen/pkg/storage/mongodb/collections"
|
"github.com/aykhans/bsky-feedgen/pkg/storage/mongodb/collections"
|
||||||
|
_ "go.uber.org/automaxprocs"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user