We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95fba6 commit 87b40eeCopy full SHA for 87b40ee
bin/session.pl
@@ -9,7 +9,7 @@
9
use MetaCPAN::ES;
10
11
# setup
12
-my $es = MetaCPAN::ES->new( index => "user", type => "session" );
+my $es = MetaCPAN::ES->new( index => "session" );
13
my $bulk = $es->bulk( max_count => 10_000, );
14
my $scroll = $es->scroll(
15
size => 10_000,
0 commit comments